Skip to content

Commit 8279577

Browse files
authored
add magic
1 parent eb98b95 commit 8279577

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/go.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ jobs:
3131
cd go
3232
go mod tidy
3333
CGO_ENABLED=0 go build -v -o duckserver server.go
34+
35+
- name: Build GO Magic
36+
run: |
37+
cd go
38+
go mod tidy
39+
CGO_ENABLED=0 go build -v -o duckserver_magic server_magic.go
3440
3541
- name: Patch glibc for backwards compatibility
3642
uses: lmangani/[email protected]
@@ -45,4 +51,4 @@ jobs:
4551
env:
4652
GITHUB_TOKEN: ${{ github.token }}
4753
with:
48-
asset_paths: '["./go/duckserver"]'
54+
asset_paths: '["./go/duckserver", "./go/duckserver_magic"]'

0 commit comments

Comments
 (0)