Skip to content

Commit

Permalink
fix: build disabling CGO
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrodriguez committed Jan 26, 2024
1 parent 676df08 commit 1549286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/scripts/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version=$(date '+%Y.%m.%d')
cd ui && npm run build && cd ..

go build fmt
go build -ldflags "-X main.Version=$version$patch" -v -o meta/plugin/$name
env CGO_ENABLED=0 go build -ldflags "-X main.Version=$version$patch" -v -o meta/plugin/$name

echo "$version$patch" > meta/plugin/VERSION

Expand Down

0 comments on commit 1549286

Please sign in to comment.