Skip to content

Commit 5ccec8f

Browse files
committed
ci(release): use musl binary in linux-arm64 vsix
1 parent 7bf3266 commit 5ccec8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ jobs:
7171
- run: cargo build --target ${{ matrix.target }} --release
7272
- run: npm ci
7373
- name: vsce package
74-
# we can only publish a single linux-x64 package - so we skip the
75-
# gnu target and package the musl target
76-
if: matrix.target != 'x86_64-unknown-linux-gnu'
74+
# we can only publish a single linux-x64 and linux-arm64 package
75+
# so we skip the gnu target and package the musl target
76+
if: matrix.target != 'x86_64-unknown-linux-gnu' && matrix.target != 'aarch64-unknown-linux-gnu'
7777
# use bash on windows
7878
shell: bash
7979
run: |

0 commit comments

Comments
 (0)