Skip to content

Commit

Permalink
Use correct (?) base image
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Oct 11, 2021
1 parent 424d703 commit 9b58ca9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build/ci/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ dockers:
dockerfile: build/package/docker/GoReleaser.Dockerfile
build_flag_templates:
- "--platform=linux/amd64"
- "--build-arg=ARCH=amd64/"
ids:
- kube-httpcache
goos: linux
Expand All @@ -53,6 +54,7 @@ dockers:
dockerfile: build/package/docker/GoReleaser.Dockerfile
build_flag_templates:
- "--platform=linux/arm64/v8"
- "--build-arg=ARCH=arm64v8/"
ids:
- kube-httpcache
goos: linux
Expand Down
3 changes: 2 additions & 1 deletion build/package/docker/GoReleaser.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM debian:stretch-slim
ARG ARCH=
FROM ${ARCH}debian:stretch-slim

LABEL MAINTAINER="Martin Helmich <m.helmich@mittwald.de>"

Expand Down

0 comments on commit 9b58ca9

Please sign in to comment.