Do not build fleetdm/fleetctl on every PR (#37180)

This commit is contained in:
Lucas Manuel Rodriguez 2025-12-12 13:09:54 -03:00 committed by GitHub
parent 889ffa91e2
commit 25059ece2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}'