Skip to content

Commit aa9672b

Browse files
committed
remove multiple targets on binary release
1 parent 91c2cfb commit aa9672b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
target: [aarch64-apple-darwin, x86_64-pc-windows-gnu, x86_64-unknown-linux-gnu, x86_64-unknown-linux-musl]
15+
target: [x86_64-unknown-linux-gnu]
1616

1717
steps:
1818
- name: Checkout repository

0 commit comments

Comments
 (0)