Skip to content

Commit

Permalink
Merge pull request #153 from josephschorr/fix-goreleaser-config
Browse files Browse the repository at this point in the history
Fix goreleaser config so that we use the proper base image
  • Loading branch information
josephschorr authored Sep 24, 2022
2 parents c0fc30f + a6ab7fe commit 03e9df9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dockers:
use: "buildx"
build_flag_templates:
- "--platform=linux/amd64"
- "--build-arg=BASE=distroless.dev/busybox"
- "--build-arg=BASE=distroless.dev/alpine-base"
# ARM64
- image_templates:
- &arm_image_quay "quay.io/authzed/zed:v{{ .Version }}-arm64"
Expand All @@ -79,7 +79,7 @@ dockers:
use: "buildx"
build_flag_templates:
- "--platform=linux/arm64"
- "--build-arg=BASE=distroless.dev/busybox"
- "--build-arg=BASE=distroless.dev/alpine-base"

docker_manifests:
# Quay
Expand Down

0 comments on commit 03e9df9

Please sign in to comment.