Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 3c3120b

Browse files
committed
add zigbuild to ci and universal support
1 parent 87cddee commit 3c3120b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
ref: ${{ github.event.inputs.tag || github.ref }}
4747
- name: Set up Go
4848
uses: actions/setup-go@v5
49+
# we'll need this for both 'zig build' and 'cargo zigbuild'
50+
- uses: mlugg/setup-zig@v1
4951
- uses: actions/setup-node@v4
5052
with:
5153
node-version: '20.x'

.goreleaser.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
version: 2
2+
universal_binaries:
3+
- replace: true
24
builds:
35
# You can have multiple builds defined as a yaml list
46
- #

0 commit comments

Comments
 (0)