Skip to content

Commit

Permalink
Update OS
Browse files Browse the repository at this point in the history
  • Loading branch information
g3rzi committed May 23, 2020
1 parent 443452d commit 7fd8742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ all:
go mod vendor;
go fmt ./...;
mkdir -p build;
GOFLAGS=-mod=vendor gox -ldflags "-s -w" --osarch="linux/amd64" --osarch="windows/amd64" --osarch="darwin/amd64" -output "build/kubeletctl_{{.OS}}_{{.Arch}}"
GOFLAGS=-mod=vendor gox -ldflags "-s -w" --osarch="linux/386" --osarch="linux/amd64" --osarch="windows/386" --osarch="windows/amd64" --osarch="darwin/386" --osarch="darwin/amd64" -output "build/kubeletctl_{{.OS}}_{{.Arch}}"

0 comments on commit 7fd8742

Please sign in to comment.