Skip to content

Commit

Permalink
build across update
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter committed Jun 27, 2024
1 parent 53b6262 commit 49eacb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_across
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gox -ldflags "-X 'main.Version=0.12.0'" -output="bin/{{.Dir}}_{{.OS}}_{{.Arch}}" -osarch="linux/amd64 linux/arm64 windows/386 windows/amd64 darwin/amd64 darwin/arm64"
gox -ldflags "-X 'main.Version=0.12.0'" -output="bin/logdy_{{.OS}}_{{.Arch}}" -osarch="linux/amd64 linux/arm64 windows/386 windows/amd64 darwin/amd64 darwin/arm64"

0 comments on commit 49eacb2

Please sign in to comment.