From f1733d3670ecd9eb2144e0b824aea2b0aba24cf9 Mon Sep 17 00:00:00 2001 From: "Felipe M." Date: Sun, 24 Nov 2024 12:08:04 +0100 Subject: [PATCH] feat: armv7 builds --- .goreleaser.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index cf07385..93bba63 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -68,23 +68,23 @@ dockers: build_flag_templates: - "--pull" - "--platform=linux/arm64" -# - image_templates: -# - &armv7_image "git.nakama.town/fmartingr/smtp2shoutrrr:{{ .Version }}-armv7" -# use: buildx -# dockerfile: *dockerfile -# goos: linux -# goarch: arm -# goarm: "7" -# build_flag_templates: -# - "--pull" -# - "--platform=linux/arm/v7" +- image_templates: + - &armv7_image "git.nakama.town/fmartingr/smtp2shoutrrr:{{ .Version }}-armv7" + use: buildx + dockerfile: *dockerfile + goos: linux + goarch: arm + goarm: "7" + build_flag_templates: + - "--pull" + - "--platform=linux/arm/v7" docker_manifests: - name_template: "git.nakama.town/fmartingr/smtp2shoutrrr:{{ .Version }}" image_templates: - *amd64_image - *arm64_image - # - *armv7_image + - *armv7_image # - name_template: "git.nakama.town/fmartingr/smtp2shoutrrr:latest" # image_templates: # - *amd64_image