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

This commit is contained in:
Lucas Manuel Rodriguez
2025-12-12 10:09:54 -06:00
committed by GitHub
parent 889ffa91e2
commit 25059ece2e
+1 -12
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 }}'