feat(ci): arm builds, push multiple registries

Release-As: 0.13.0
This commit is contained in:
sentriz
2021-05-08 19:07:31 +01:00
parent c2c7eb249f
commit 06226724b7
6 changed files with 112 additions and 109 deletions

View File

@@ -15,6 +15,7 @@ COPY . .
RUN GOOS=linux go build -o gonic cmd/gonic/gonic.go
FROM alpine:3.13.1
LABEL org.opencontainers.image.source https://github.com/sentriz/gonic
RUN apk add -U --no-cache \
ffmpeg \
ca-certificates \