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 48d8294 commit 05ed77fCopy full SHA for 05ed77f
.github/actions/build-push-lvp-image/action.yml
@@ -36,14 +36,14 @@ runs:
36
- uses: chainguard-dev/actions/melange-build@main
37
with:
38
config: deploy/melange.yaml
39
- archs: x86_64
+ archs: amd64,arm64
40
sign-with-temporary-key: true
41
cache-dir: ${{ steps.cache-dir.outputs.cache_dir }}
42
43
- uses: chainguard-images/actions/apko-publish@main
44
45
config: deploy/apko.yaml
46
47
tag: ${{ inputs.image-name }}
48
vcs-url: true
49
generic-user: ${{ inputs.registry-username }}
0 commit comments