Skip to content

Commit 1f9fd73

Browse files
authored
ci: add a release build for Linux on arm64 to release_ci.yml (#25064)
1 parent 8a7949d commit 1f9fd73

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

‎.github/workflows/release_ci.yml‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,18 @@ jobs:
2424
runs-on: ${{ matrix.os }}
2525
strategy:
2626
matrix:
27-
os: [ubuntu-22.04, macos-13, macos-14, windows-latest]
27+
os: [ubuntu-22.04, ubuntu-22.04-arm, macos-13, macos-14, windows-latest]
2828
include:
2929
- os: ubuntu-22.04
3030
cc: gcc
3131
- os: ubuntu-22.04
3232
target: linux
3333
artifact: v_linux.zip
34+
- os: ubuntu-22.04-arm
35+
cc: gcc
36+
- os: ubuntu-22.04-arm
37+
target: linux_arm64
38+
artifact: v_linux_arm64.zip
3439
- os: macos-13
3540
cc: clang
3641
- os: macos-13
@@ -113,6 +118,7 @@ jobs:
113118
artifacts: |
114119
~/work/v/v/windows/v_windows.zip
115120
~/work/v/v/linux/v_linux.zip
121+
~/work/v/v/linux_arm64/v_linux_arm64.zip
116122
~/work/v/v/macos_arm64/v_macos_arm64.zip
117123
~/work/v/v/macos_x86_64/v_macos_x86_64.zip
118124
tag: ${{ github.ref_name }}

0 commit comments

Comments
 (0)