chore: use buildx for cross-platform image builds

This commit is contained in:
Fernandez Ludovic 2023-02-26 14:27:16 +01:00
commit 18c6d8fa03
6 changed files with 106 additions and 48 deletions

View file

@ -14,7 +14,7 @@ RUN go mod download
COPY . .
RUN make build
FROM alpine:3.12
FROM alpine:3
RUN apk update \
&& apk add --no-cache ca-certificates tzdata \
&& update-ca-certificates