Skip to content

Commit

Permalink
Adapt goreleaser binary filter for container build
Browse files Browse the repository at this point in the history
  • Loading branch information
manno committed Apr 10, 2024
1 parent 3fe378f commit 680bdf7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ dockers:
# IDs to filter the binaries/packages.
ids:
- fleet-controller
- fleet-cli
- fleet-gitcloner
- fleet-gitjob

# Templates of the Docker image names.
image_templates:
Expand All @@ -152,6 +155,9 @@ dockers:
goarch: arm64
ids:
- fleet-controller
- fleet-cli
- fleet-gitcloner
- fleet-gitjob
image_templates:
- "ghcr.io/rancher/fleet:{{ .Tag }}-linux-arm64"
dockerfile: package/Dockerfile
Expand All @@ -172,7 +178,6 @@ dockers:
goarch: amd64
ids:
- fleet-agent
- fleet-cli
image_templates:
- "ghcr.io/rancher/fleet-agent:{{ .Tag }}-linux-amd64"
dockerfile: package/Dockerfile.agent
Expand All @@ -193,7 +198,6 @@ dockers:
goarch: arm64
ids:
- fleet-agent
- fleet-cli
image_templates:
- "ghcr.io/rancher/fleet-agent:{{ .Tag }}-linux-arm64"
dockerfile: package/Dockerfile.agent
Expand Down

0 comments on commit 680bdf7

Please sign in to comment.