install fix
This commit is contained in:
parent
1d35245534
commit
bff6b5ac21
@ -191,7 +191,7 @@ if [ "$SKIP_BUILD" = false ]; then
|
|||||||
# Build binary
|
# Build binary
|
||||||
go build -o bin/gateway \
|
go build -o bin/gateway \
|
||||||
-ldflags "-X main.version=$(git describe --tags --always 2>/dev/null || echo 'dev') -X main.buildTime=$(date -u +%Y-%m-%dT%H:%M:%SZ) -s -w" \
|
-ldflags "-X main.version=$(git describe --tags --always 2>/dev/null || echo 'dev') -X main.buildTime=$(date -u +%Y-%m-%dT%H:%M:%SZ) -s -w" \
|
||||||
cmd/gateway/main.go
|
./cmd/gateway
|
||||||
|
|
||||||
if [ ! -f "bin/gateway" ]; then
|
if [ ! -f "bin/gateway" ]; then
|
||||||
echo "❌ Build failed"
|
echo "❌ Build failed"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user