Skip to content

Commit 9254f29

Browse files
committed
Create source code archive for arm64
1 parent 48b385f commit 9254f29

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
jobs:
1919
archive:
20-
runs-on: ubuntu-latest
20+
runs-on: ${{ matrix.os }}
2121

2222
container:
2323
image: docker.io/library/debian
@@ -27,6 +27,9 @@ jobs:
2727
matrix:
2828
include:
2929
- host-arch: x64
30+
os: ubuntu-latest
31+
- host-arch: arm64
32+
os: ubuntu-24.04-arm
3033

3134
steps:
3235
- name: Install build tools

0 commit comments

Comments
 (0)