Skip to content

Commit 1a353b5

Browse files
committed
feat(workflows): add support for Linux ARM64 release
- Added target for bun-linux-arm64 - Updated output for commita-linux-arm64 - Modified release job to include new target
1 parent 2f5a120 commit 1a353b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
output: commita-darwin-arm64
2020
- target: bun-linux-x64
2121
output: commita-linux-amd64
22+
- target: bun-linux-arm64
23+
output: commita-linux-arm64
2224
- target: bun-windows-x64
2325
output: commita-windows-amd64.exe
2426

@@ -80,4 +82,5 @@ jobs:
8082
commita-darwin-amd64
8183
commita-darwin-arm64
8284
commita-linux-amd64
85+
commita-linux-arm64
8386
commita-windows-amd64.exe

0 commit comments

Comments
 (0)