Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Jun 16, 2024
1 parent 0031138 commit 4b063f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ build:
chmod +x ./build/proxy-unit

build-ci:
go get unit.nginx.org/go@1.32.1
env GOOS=linux GOARCH=amd64 go build -o ./build/proxy-unit-linux-amd64 -ldflags="-w -s" ./...
env GOOS=linux GOARCH=arm64 go build -o ./build/proxy-unit-linux-arm64 -ldflags="-w -s" ./...
cd ./build && tar -zcvf ./proxy-unit-linux-amd64.tar.gz ./proxy-unit-linux-amd64
Expand Down

0 comments on commit 4b063f7

Please sign in to comment.