Skip to content

Commit 05ed77f

Browse files
committed
build arm64 image
1 parent 48d8294 commit 05ed77f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/build-push-lvp-image/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ runs:
3636
- uses: chainguard-dev/actions/melange-build@main
3737
with:
3838
config: deploy/melange.yaml
39-
archs: x86_64
39+
archs: amd64,arm64
4040
sign-with-temporary-key: true
4141
cache-dir: ${{ steps.cache-dir.outputs.cache_dir }}
4242

4343
- uses: chainguard-images/actions/apko-publish@main
4444
with:
4545
config: deploy/apko.yaml
46-
archs: x86_64
46+
archs: amd64,arm64
4747
tag: ${{ inputs.image-name }}
4848
vcs-url: true
4949
generic-user: ${{ inputs.registry-username }}

0 commit comments

Comments
 (0)