From c97865ce9cb588631f848f7e55ac1ad649b8ee77 Mon Sep 17 00:00:00 2001 From: Evan Fiordeliso Date: Sat, 15 Apr 2023 20:07:34 -0400 Subject: [PATCH] Fix yaml anchors --- .goreleaser.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index c005beb..7dd65b0 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -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 \ No newline at end of file +# vim: set ts=2 sw=2 tw=0 fo=cnqoj