Skip to content

Commit dcf1b97

Browse files
committed
ci: switch to ubuntu-24.04 + QEMU
1 parent 585eebf commit dcf1b97

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release-docker-image.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
include:
4040
- runner: ubuntu-24.04
4141
platform: linux/amd64
42-
- runner: macos-14
42+
- runner: ubuntu-24.04
4343
platform: linux/arm64
4444
steps:
4545
- name: Check out repo
@@ -54,6 +54,10 @@ jobs:
5454
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
5555
aws-region: ${{ secrets.AWS_REGION }}
5656

57+
- name: Set up QEMU
58+
uses: docker/setup-qemu-action@v3
59+
if: ${{ matrix.platform == 'linux/arm64' }}
60+
5761
- name: Build and push by digest
5862
uses: ./.github/actions/docker
5963
id: docker_build

0 commit comments

Comments
 (0)