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 585eebf commit dcf1b97Copy full SHA for dcf1b97
.github/workflows/release-docker-image.yml
@@ -39,7 +39,7 @@ jobs:
39
include:
40
- runner: ubuntu-24.04
41
platform: linux/amd64
42
- - runner: macos-14
+ - runner: ubuntu-24.04
43
platform: linux/arm64
44
steps:
45
- name: Check out repo
@@ -54,6 +54,10 @@ jobs:
54
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
55
aws-region: ${{ secrets.AWS_REGION }}
56
57
+ - name: Set up QEMU
58
+ uses: docker/setup-qemu-action@v3
59
+ if: ${{ matrix.platform == 'linux/arm64' }}
60
+
61
- name: Build and push by digest
62
uses: ./.github/actions/docker
63
id: docker_build
0 commit comments