Skip to content

Commit 6e19434

Browse files
committed
Fix
Signed-off-by: Joseph <[email protected]>
1 parent 1c86f89 commit 6e19434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quay_binaries_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
image: quay.io/konveyor/oadp-cli-binaries
3232
tags: ${{ github.ref_type == 'tag' && format('latest {0}', github.ref_name) || 'test' }}
33-
archs: amd64,arm64,ppc64le,s390x
33+
archs: amd64,arm64
3434
containerfiles: |
3535
./Containerfile.download
3636

0 commit comments

Comments
 (0)