mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Do not build fleetdm/fleetctl on every PR (#37180)
This commit is contained in:
parent
889ffa91e2
commit
25059ece2e
1 changed files with 1 additions and 12 deletions
|
|
@ -64,15 +64,4 @@ dockers:
|
|||
- fleetctl
|
||||
dockerfile: tools/fleet-docker/Dockerfile
|
||||
image_templates:
|
||||
- 'fleetdm/fleet:{{ .ShortCommit }}'
|
||||
|
||||
- goos: linux
|
||||
goarch: amd64
|
||||
ids:
|
||||
- fleetctl
|
||||
dockerfile: tools/fleetctl-docker/Dockerfile
|
||||
build_flag_templates:
|
||||
- "--build-arg=binpath=fleetctl"
|
||||
image_templates:
|
||||
- 'fleetdm/fleetctl:{{ .ShortCommit }}'
|
||||
|
||||
- 'fleetdm/fleet:{{ .ShortCommit }}'
|
||||
Loading…
Reference in a new issue