Skip to content

Commit

Permalink
ci: switch to ubuntu-24.04 + QEMU
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Nov 22, 2024
1 parent 585eebf commit dcf1b97
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
include:
- runner: ubuntu-24.04
platform: linux/amd64
- runner: macos-14
- runner: ubuntu-24.04
platform: linux/arm64
steps:
- name: Check out repo
Expand All @@ -54,6 +54,10 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_REGION }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
if: ${{ matrix.platform == 'linux/arm64' }}

- name: Build and push by digest
uses: ./.github/actions/docker
id: docker_build
Expand Down

0 comments on commit dcf1b97

Please sign in to comment.