mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
9 lines
No EOL
200 B
Bash
Executable file
9 lines
No EOL
200 B
Bash
Executable file
binary="portainer"
|
|
mkdir -p dist
|
|
|
|
cd 'api/cmd/portainer'
|
|
|
|
go get -t -d -v ./...
|
|
GOOS=$1 GOARCH=$2 CGO_ENABLED=0 go build -a --installsuffix cgo --ldflags '-s'
|
|
|
|
mv "${binary}" "../../../dist/portainer" |