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 92c7af8 commit ee64bafCopy full SHA for ee64baf
.github/actions/build-dep-image-with-apko/action.yml
@@ -44,7 +44,7 @@ runs:
44
if: ${{ inputs.overwrite == 'true' || steps.check-image-exists.outputs.image-exists == 'false' }}
45
with:
46
config: ${{ inputs.apko-config }}
47
- archs: amd64,arm64
+ archs: amd64 #,arm64
48
tag: ${{ inputs.image-name }}
49
vcs-url: true
50
generic-user: ${{ inputs.registry-username }}
0 commit comments