feat: armv7 builds
This commit is contained in:
parent
97fc425c79
commit
f1733d3670
1 changed files with 11 additions and 11 deletions
|
@ -68,23 +68,23 @@ dockers:
|
||||||
build_flag_templates:
|
build_flag_templates:
|
||||||
- "--pull"
|
- "--pull"
|
||||||
- "--platform=linux/arm64"
|
- "--platform=linux/arm64"
|
||||||
# - image_templates:
|
- image_templates:
|
||||||
# - &armv7_image "git.nakama.town/fmartingr/smtp2shoutrrr:{{ .Version }}-armv7"
|
- &armv7_image "git.nakama.town/fmartingr/smtp2shoutrrr:{{ .Version }}-armv7"
|
||||||
# use: buildx
|
use: buildx
|
||||||
# dockerfile: *dockerfile
|
dockerfile: *dockerfile
|
||||||
# goos: linux
|
goos: linux
|
||||||
# goarch: arm
|
goarch: arm
|
||||||
# goarm: "7"
|
goarm: "7"
|
||||||
# build_flag_templates:
|
build_flag_templates:
|
||||||
# - "--pull"
|
- "--pull"
|
||||||
# - "--platform=linux/arm/v7"
|
- "--platform=linux/arm/v7"
|
||||||
|
|
||||||
docker_manifests:
|
docker_manifests:
|
||||||
- name_template: "git.nakama.town/fmartingr/smtp2shoutrrr:{{ .Version }}"
|
- name_template: "git.nakama.town/fmartingr/smtp2shoutrrr:{{ .Version }}"
|
||||||
image_templates:
|
image_templates:
|
||||||
- *amd64_image
|
- *amd64_image
|
||||||
- *arm64_image
|
- *arm64_image
|
||||||
# - *armv7_image
|
- *armv7_image
|
||||||
# - name_template: "git.nakama.town/fmartingr/smtp2shoutrrr:latest"
|
# - name_template: "git.nakama.town/fmartingr/smtp2shoutrrr:latest"
|
||||||
# image_templates:
|
# image_templates:
|
||||||
# - *amd64_image
|
# - *amd64_image
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue