File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ concurrency:
21
21
22
22
jobs :
23
23
binary :
24
- runs-on : ${{ matrix.host_os }}
24
+ runs-on : ${{ matrix.runner }}
25
25
26
26
strategy :
27
27
matrix :
31
31
32
32
include :
33
33
- arch : arm64
34
- host_os : macos-latest
34
+ runner : macos-latest
35
35
36
36
steps :
37
37
- uses : actions/checkout@v4
68
68
retention-days : 1
69
69
70
70
docker :
71
- runs-on : ${{ matrix.host_os }}
71
+ runs-on : ${{ matrix.runner }}
72
72
73
73
permissions :
74
74
packages : write
@@ -79,11 +79,14 @@ jobs:
79
79
arch :
80
80
- amd64
81
81
# The emulated arm64 builds are painfully slow (90m last time). Skip them until we have dedicated linux-arm64 hardware.
82
- # - arm64
82
+ - arm64
83
83
84
84
include :
85
85
- arch : amd64
86
- host_os : ubuntu-latest
86
+ runner : ubuntu-latest
87
+
88
+ - arch : arm64
89
+ runner : buildjet-4vcpu-ubuntu-2204-arm
87
90
88
91
steps :
89
92
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 45
45
path : /tmp/digests
46
46
pattern : digests-*
47
47
48
+ - name : Set up QEMU
49
+ uses : docker/setup-qemu-action@v3
50
+
48
51
- name : buildx
49
52
uses : docker/setup-buildx-action@v3
50
53
You can’t perform that action at this time.
0 commit comments