mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
c9ece3165d
commit
f0d2bc2a7f
|
@ -12,6 +12,8 @@ build:
|
|||
dependencies:
|
||||
go.dev: ^1.21
|
||||
script:
|
||||
- run: cd cli
|
||||
if: '>=0.3.2'
|
||||
- go mod download
|
||||
# Fix merged but not released https://github.com/diggerhq/digger/issues/581
|
||||
# by @kevinmichaelchen
|
||||
|
@ -19,6 +21,7 @@ build:
|
|||
sed -i.bak -e 's/^const version =/var version =/' version.go
|
||||
rm version.go.bak
|
||||
working-directory: pkg/utils
|
||||
if: '<0.3.2'
|
||||
- go build -v -trimpath -ldflags="$LDFLAGS" -o $BUILDLOC ./cmd/digger
|
||||
env:
|
||||
GOPROXY: https://proxy.golang.org,direct
|
||||
|
@ -32,11 +35,12 @@ build:
|
|||
# different versions usesd different mod names
|
||||
- -X digger/pkg/utils.version={{version}}
|
||||
- -X github.com/diggerhq/digger/pkg/utils.version={{version}}
|
||||
- -X github.com/diggerhq/digger/cli/pkg/utils.version={{version}}
|
||||
linux:
|
||||
# or segmentation fault
|
||||
# fix found here https://github.com/docker-library/golang/issues/402#issuecomment-982204575
|
||||
LDFLAGS:
|
||||
- -buildmode=pie
|
||||
- -buildmode=pie
|
||||
|
||||
test:
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue