File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 47
47
fail-fast : false
48
48
matrix :
49
49
# does this need os/arch instead of platform? https://learn.arm.com/learning-paths/cross-platform/github-arm-runners/actions/
50
- platform :
51
- - linux/amd64
52
- - linux/arm64
50
+ # platform:
51
+ # - linux/amd64
52
+ # - linux/arm64
53
+ include :
54
+ - os : ubuntu-latest
55
+ arch : amd64
56
+ platform : linux/amd64
57
+ - os : ubuntu-24.04-arm
58
+ arch : arm64
59
+ platform : linux/arm64
53
60
steps :
54
61
- name : Prepare
55
62
run : |
@@ -109,8 +116,8 @@ jobs:
109
116
# REMOVE(??) once arm runners are publicly available
110
117
# https://github.com/orgs/community/discussions/142209#discussioncomment-11107737
111
118
# https://github.com/github/roadmap/issues/970
112
- - name : Set up QEMU
113
- uses : docker/setup-qemu-action@v3
119
+ # - name: Set up QEMU
120
+ # uses: docker/setup-qemu-action@v3
114
121
115
122
- name : Set up Docker Buildx
116
123
uses : docker/setup-buildx-action@v3
You can’t perform that action at this time.
0 commit comments