We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce38d8 commit 92e42b7Copy full SHA for 92e42b7
.github/workflows/base-image-rebuild.yml
@@ -18,18 +18,10 @@ jobs:
18
name: Build and push image
19
runs-on: ubuntu-latest
20
strategy:
21
- fail-fast: false
22
matrix:
23
include:
24
- containerfile: containers/Containerfile
25
tags: "fedora latest"
26
- archs: "amd64"
27
- - containerfile: containers/Containerfile
28
- tags: "fedora latest"
29
- archs: "arm64"
30
31
32
- archs: "ppc64le"
33
34
steps:
35
- uses: actions/checkout@v3
@@ -46,7 +38,7 @@ jobs:
46
38
containerfiles: ${{ matrix.containerfile }}
47
39
image: base
48
40
tags: ${{ matrix.tags }}
49
- archs: ${{ matrix.archs }}
41
+ archs: amd64, arm64, ppc64le
50
42
# Uncomment once we stop using oc cluster up for tests
51
43
# oci: true
52
44
0 commit comments