goreleaser build Docker image
This commit is contained in:
parent
286fa43e95
commit
32f4c62907
|
|
@ -69,12 +69,14 @@ archives:
|
||||||
format: zip
|
format: zip
|
||||||
|
|
||||||
dockers:
|
dockers:
|
||||||
- dockerfile: Dockerfile
|
- image_templates:
|
||||||
|
- "docker.io/jamesread/olivetin:latest"
|
||||||
|
- "docker.io/jamesread/olivetin:{{ .Tag }}"
|
||||||
|
dockerfile: Dockerfile
|
||||||
goos: linux
|
goos: linux
|
||||||
goarch: amd64
|
|
||||||
skip_push: true
|
skip_push: true
|
||||||
build_flag_templates:
|
extra_files:
|
||||||
- "--platform=linux/arm64"
|
- webui
|
||||||
|
|
||||||
nfpms:
|
nfpms:
|
||||||
- maintainer: James Read <contact@jread.com>
|
- maintainer: James Read <contact@jread.com>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue