We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b05d01f commit c43fcf0Copy full SHA for c43fcf0
.github/workflows/ci.yaml
@@ -157,7 +157,7 @@ jobs:
157
aarch64-binary:
158
needs: set-release-version
159
name: aarch64-binary
160
- runs-on: [self-hosted, arm64]
+ runs-on: ubuntu-24.04-arm
161
steps:
162
- uses: actions/checkout@v4
163
@@ -209,7 +209,7 @@ jobs:
209
aarch64-alpine-docker:
210
211
name: aarch64-alpine-docker
212
213
214
215
0 commit comments