Skip to content

Commit

Permalink
Remove linux from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rlopzc committed Jul 16, 2024
1 parent 61bef05 commit 12f3b63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ jobs:
[
x86_64-linux,
aarch64-linux,
arm-linux,
riscv64-linux,
i386-linux,
arm-linux
]

steps:
Expand All @@ -34,6 +32,8 @@ jobs:
- name: Build
run: zig build --release=small -Dtarget=${{ matrix.TARGET }} --summary all

- run: tree ./zig-out

- name: Upload the binary
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit 12f3b63

Please sign in to comment.