File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -18,18 +18,15 @@ jobs:
1818 runs-on : ubuntu-latest
1919 platform : linux/amd64
2020 - arch : arm64
21- runs-on : ubuntu-latest
21+ # https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/
22+ runs-on : ubuntu-24.04-arm
2223 platform : linux/arm64
23- # One day, when ARM based Github Hosted Runners are GA...
24- # https://github.com/github/roadmap/issues/970
25- # runs-on: ubuntu-latest-arm64
2624 - arch : armv7
2725 runs-on : ubuntu-latest
2826 platform : linux/arm/v7
2927 steps :
3028 - uses : actions/checkout@v4
3129 - uses : docker/setup-qemu-action@v3
32- if : ${{ matrix.arch != 'amd64' }}
3330 - uses : docker/setup-buildx-action@v3
3431 - uses : docker/build-push-action@v6
3532 with :
You can’t perform that action at this time.
0 commit comments