Skip to content

Commit f8cedd8

Browse files
committed
build for both aarch64 and x86_64
1 parent b8e749b commit f8cedd8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ env:
1313
jobs:
1414
release:
1515
name: Release
16-
runs-on: ubuntu-24.04
16+
strategy:
17+
matrix:
18+
os: ["ubuntu-24.04", "ubuntu-24.04-arm"]
19+
runs-on: ${{ matrix.os }}
1720
permissions:
1821
contents: read
1922
packages: write

0 commit comments

Comments
 (0)