Skip to content

Commit

Permalink
Remove QEMU and use native arm64 with buildx to build linux arm64 pac…
Browse files Browse the repository at this point in the history
…kages
  • Loading branch information
donhardman committed May 31, 2024
1 parent abdd4ea commit 2b6b53e
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
arch: amd64
use_buildx: true
run: ""
- os: ubuntu-22.04
- os: macos-14
arch: arm64
use_buildx: true
run: ""
Expand All @@ -68,9 +68,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up QEMU
if: ${{ matrix.use_buildx == true }}
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
if: ${{ matrix.use_buildx == true }}
uses: docker/setup-buildx-action@v2
Expand Down Expand Up @@ -811,20 +808,20 @@ jobs:
delimiter: ${{ matrix.delimiter }}

deploy-docker:
runs-on: ubuntu-22.04
runs-on: ${{ matrix.os }}
needs:
- vars
- deploy
strategy:
matrix:
include:
- arch: amd64
os: ubuntu-22.04
- arch: arm64
os: macos-14
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to Docker Hub
Expand Down

0 comments on commit 2b6b53e

Please sign in to comment.