File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -18,18 +18,10 @@ jobs:
1818 name : Build and push image
1919 runs-on : ubuntu-latest
2020 strategy :
21- fail-fast : false
2221 matrix :
2322 include :
2423 - containerfile : containers/Containerfile
2524 tags : " fedora latest"
26- archs : " amd64"
27- - containerfile : containers/Containerfile
28- tags : " fedora latest"
29- archs : " arm64"
30- - containerfile : containers/Containerfile
31- tags : " fedora latest"
32- archs : " ppc64le"
3325
3426 steps :
3527 - uses : actions/checkout@v3
4638 containerfiles : ${{ matrix.containerfile }}
4739 image : base
4840 tags : ${{ matrix.tags }}
49- archs : ${{ matrix.archs }}
41+ # for some reason building ppc64le image fails on F41 OpenSSL
42+ # not being able to verify certificates, keep it disabled for now
43+ archs : amd64, arm64
5044 # Uncomment once we stop using oc cluster up for tests
5145 # oci: true
5246
You can’t perform that action at this time.
0 commit comments