feat: armv7 builds

This commit is contained in:
Felipe M 2024-11-24 12:08:04 +01:00
parent 97fc425c79
commit f1733d3670
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8

View file

@ -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