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 20dc95a commit edd54daCopy full SHA for edd54da
.github/workflows/release.yml
@@ -52,6 +52,8 @@ jobs:
52
REGISTRY: ghcr.io
53
IMAGE_NAME: ${{ github.repository }}
54
steps:
55
+ - name: Set up QEMU
56
+ uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf
57
- name: Set up Docker Buildx
58
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349
59
- name: Log in to the Container registry
@@ -72,7 +74,7 @@ jobs:
72
74
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
73
75
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ needs.create_release.outputs.full-tag }}
76
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ needs.create_release.outputs.short-tag }}
- platforms: linux/amd64
77
+ platforms: linux/amd64,linux/arm64
78
provenance: false
79
sbom: false
80
create_discussion:
0 commit comments