Skip to content

Commit ee64baf

Browse files
committed
f
1 parent 92c7af8 commit ee64baf

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/build-dep-image-with-apko

1 file changed

+1
-1
lines changed

.github/actions/build-dep-image-with-apko/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444
if: ${{ inputs.overwrite == 'true' || steps.check-image-exists.outputs.image-exists == 'false' }}
4545
with:
4646
config: ${{ inputs.apko-config }}
47-
archs: amd64,arm64
47+
archs: amd64 #,arm64
4848
tag: ${{ inputs.image-name }}
4949
vcs-url: true
5050
generic-user: ${{ inputs.registry-username }}

0 commit comments

Comments
 (0)