mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
Add tool binaries
This commit is contained in:
parent
24678ff952
commit
c0a319ba7e
@ -7,24 +7,52 @@ builds:
|
|||||||
- CGO_ENABLED=1
|
- CGO_ENABLED=1
|
||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
- darwin
|
|
||||||
goarch:
|
goarch:
|
||||||
- amd64
|
- amd64
|
||||||
- arm64
|
|
||||||
goamd64:
|
goamd64:
|
||||||
- v3
|
- v3
|
||||||
goarm:
|
|
||||||
- "7"
|
|
||||||
id: "cc-backend"
|
id: "cc-backend"
|
||||||
main: ./cmd/cc-backend
|
main: ./cmd/cc-backend
|
||||||
tags:
|
tags:
|
||||||
- static_build
|
- static_build
|
||||||
hooks:
|
hooks:
|
||||||
pre: make frontend
|
pre: make frontend
|
||||||
ignore:
|
- env:
|
||||||
- goos: linux
|
- CGO_ENABLED=0
|
||||||
goarch: arm64
|
goos:
|
||||||
|
- linux
|
||||||
|
goarch:
|
||||||
|
- amd64
|
||||||
|
goamd64:
|
||||||
|
- v3
|
||||||
|
id: "archive-manager"
|
||||||
|
main: ./tools/archive-manager
|
||||||
|
tags:
|
||||||
|
- static_build
|
||||||
|
- env:
|
||||||
|
- CGO_ENABLED=0
|
||||||
|
goos:
|
||||||
|
- linux
|
||||||
|
goarch:
|
||||||
|
- amd64
|
||||||
|
goamd64:
|
||||||
|
- v3
|
||||||
|
id: "archive-migration"
|
||||||
|
main: ./tools/archive-migration
|
||||||
|
tags:
|
||||||
|
- static_build
|
||||||
|
- env:
|
||||||
|
- CGO_ENABLED=0
|
||||||
|
goos:
|
||||||
|
- linux
|
||||||
|
goarch:
|
||||||
|
- amd64
|
||||||
|
goamd64:
|
||||||
|
- v3
|
||||||
|
id: "gen-keypair"
|
||||||
|
main: ./tools/gen-keypair
|
||||||
|
tags:
|
||||||
|
- static_build
|
||||||
archives:
|
archives:
|
||||||
- format: tar.gz
|
- format: tar.gz
|
||||||
# this name template makes the OS and Arch compatible with the results of uname.
|
# this name template makes the OS and Arch compatible with the results of uname.
|
||||||
|
Loading…
Reference in New Issue
Block a user