Skip to content

Commit

Permalink
enable arm builds
Browse files Browse the repository at this point in the history
  • Loading branch information
segfault-magnet committed Nov 20, 2024
1 parent efadde7 commit 0da9b79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@ jobs:
arch: [
# build on native runners instead of using emulation
{platform: linux/amd64, runner: buildjet-8vcpu-ubuntu-2204},
# don't currently need arm builds
# {platform: linux/arm64, runner: buildjet-8vcpu-ubuntu-2204-arm}
{platform: linux/arm64, runner: buildjet-8vcpu-ubuntu-2204-arm}
]
runs-on: ${{ matrix.arch.runner }}
permissions:
Expand Down

0 comments on commit 0da9b79

Please sign in to comment.