Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit dd1b60f

Browse files
committed
CI: add ARM runner (build only)
The ARM runner still cannot be used for running tests, as nested virt is still unsupported. Signed-off-by: Akihiro Suda <[email protected]>
1 parent 68e199e commit dd1b60f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/compile.yml

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- macos-13 # Intel
3232
- macos-14-large # Intel
3333
- macos-15-large # Intel
34+
- macos-15 # ARM
3435
go:
3536
- '^1.22'
3637
- '^1.23'
@@ -47,6 +48,9 @@ jobs:
4748
run: make -C example/linux
4849
- name: Build GUI Linux
4950
run: make -C example/gui-linux
51+
- name: Build macOS
52+
run: make -C example/macOS
53+
if: runner.arch == 'ARM64'
5054
test:
5155
needs: build
5256
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)