We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ffce99 commit fdf224aCopy full SHA for fdf224a
1 file changed
.github/workflows/aarch64-alpine-linux.yml
@@ -4,14 +4,14 @@ on: [push, pull_request]
4
5
jobs:
6
setup-aarch64-alpine-linux:
7
- runs-on: ubuntu-latest-arm64
+ runs-on: ubuntu-24.04-arm
8
steps:
9
- uses: actions/checkout@v4
10
- name: Build Docker image
11
run: docker build -t yafl-builder -f docker/Dockerfile.alpine-aarch64 .
12
13
build-aarch64-alpine-linux:
14
15
needs: setup-aarch64-alpine-linux
16
17
@@ -33,7 +33,7 @@ jobs:
33
path: build/
34
35
test-aarch64-alpine-linux:
36
37
needs: build-aarch64-alpine-linux
38
39
0 commit comments