Fix yaml anchors
This commit is contained in:
parent
852ff6583d
commit
c97865ce9c
|
@ -29,7 +29,7 @@ dockers:
|
|||
build_flag_templates:
|
||||
- --platform=linux/amd64
|
||||
- image_templates:
|
||||
- &amd64_image git.fifitido.net/apps/{{.ProjectName}}:{{.Tag}}-arm64v8
|
||||
- &arm64v8_image git.fifitido.net/apps/{{.ProjectName}}:{{.Tag}}-arm64v8
|
||||
use: buildx
|
||||
dockerfile: Dockerfile
|
||||
goos: linux
|
||||
|
@ -37,7 +37,7 @@ dockers:
|
|||
build_flag_templates:
|
||||
- --platform=linux/arm64/v8
|
||||
- image_templates:
|
||||
- &amd64_image git.fifitido.net/apps/{{.ProjectName}}:{{.Tag}}-armv7
|
||||
- &armv7_image git.fifitido.net/apps/{{.ProjectName}}:{{.Tag}}-armv7
|
||||
use: buildx
|
||||
dockerfile: Dockerfile
|
||||
goos: linux
|
||||
|
@ -46,7 +46,7 @@ dockers:
|
|||
build_flag_templates:
|
||||
- --platform=linux/arm/v7
|
||||
- image_templates:
|
||||
- &amd64_image git.fifitido.net/apps/{{.ProjectName}}:{{.Tag}}-armv6
|
||||
- &armv6_image git.fifitido.net/apps/{{.ProjectName}}:{{.Tag}}-armv6
|
||||
use: buildx
|
||||
dockerfile: Dockerfile
|
||||
goos: linux
|
||||
|
@ -94,4 +94,4 @@ changelog:
|
|||
# The lines beneath this are called `modelines`. See `:help modeline`
|
||||
# Feel free to remove those if you don't want/use them.
|
||||
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
|
||||
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
|
||||
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
|
||||
|
|
Loading…
Reference in New Issue