Skip to content

Commit

Permalink
use ARM64 runners (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubrickfr authored Feb 5, 2025
1 parent a6ebcfa commit 51d37b4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
strategy:
fail-fast: false
matrix:
Expand All @@ -39,9 +39,6 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Setup binfmt-support
uses: docker/setup-qemu-action@v2

- name: Setup docker buildx
uses: docker/setup-buildx-action@v2

Expand Down

0 comments on commit 51d37b4

Please sign in to comment.