Skip to content

Commit

Permalink
Fix libznn for Windows (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
sol-znn authored Aug 11, 2023
1 parent f18efb8 commit 68a8f34
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/znn_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,23 @@ jobs:
dest: build
prefix: libznn
pkg: cmd/libznn
targets: darwin/arm64,darwin/amd64,windows/amd64,linux/amd64,linux/arm64
targets: darwin/arm64,darwin/amd64,linux/amd64,linux/arm64
v: true
x: true
tags: libznn
ldflags: -s -w
buildvcs: false
buildmode: c-shared
trimpath: true
- name: Build libznn (windows/amd64)
uses: crazy-max/ghaction-xgo@588a1a9bc6aa44305ce5d2c669c11687316f87bf
with:
xgo_version: latest
go_version: 1.19.10
dest: build
prefix: libznn
pkg: cmd/libznn
targets: windows/amd64
v: true
x: true
tags: libznn
Expand Down

0 comments on commit 68a8f34

Please sign in to comment.