goreleaser build Docker image

This commit is contained in:
jamesread 2021-05-25 15:10:50 +01:00
parent 286fa43e95
commit 32f4c62907
1 changed files with 6 additions and 4 deletions

View File

@ -69,12 +69,14 @@ archives:
format: zip
dockers:
- dockerfile: Dockerfile
- image_templates:
- "docker.io/jamesread/olivetin:latest"
- "docker.io/jamesread/olivetin:{{ .Tag }}"
dockerfile: Dockerfile
goos: linux
goarch: amd64
skip_push: true
build_flag_templates:
- "--platform=linux/arm64"
extra_files:
- webui
nfpms:
- maintainer: James Read <contact@jread.com>