Skip to content

Commit d2239b6

Browse files
committed
only build for linux now
1 parent 6619ccc commit d2239b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
target: [x86_64-unknown-linux-musl, x86_64-pc-windows-gnu, x86_64-apple-darwin]
14+
target: [x86_64-unknown-linux-musl]
1515
steps:
1616
- uses: actions/checkout@master
1717
- name: Compile
@@ -24,7 +24,7 @@ jobs:
2424
- name: Upload artifact
2525
uses: actions/upload-artifact@v4
2626
with:
27-
name: Binary
27+
name: Linux Binary
2828
path: |
2929
${{ steps.compile.outputs.BUILT_ARCHIVE }}
3030
${{ steps.compile.outputs.BUILT_CHECKSUM }}

0 commit comments

Comments
 (0)