Skip to content

Commit

Permalink
ci: use github-hosted arm runner for release workflow (#2452)
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov authored Feb 11, 2025
1 parent 2b1c252 commit 9daa195
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,14 @@ jobs:
include:
- runner: ubuntu-24.04
platform: linux/amd64
- runner: ubuntu-24.04
- runner: ubuntu-24.04-arm
platform: linux/arm64
steps:
- name: Check out repo
uses: actions/checkout@v4
with:
fetch-depth: 0

- 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 9daa195

Please sign in to comment.