cicd: Build v5 and v7

This commit is contained in:
jamesread 2021-11-23 14:53:08 +00:00
parent 299f492675
commit d8fa35087e
1 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,7 @@ builds:
goarm: goarm:
- 5 # For old RPIs - 5 # For old RPIs
- 7
main: cmd/OliveTin/main.go main: cmd/OliveTin/main.go
@ -60,7 +61,7 @@ archives:
replacements: replacements:
darwin: macOS darwin: macOS
name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}" name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ .Arm }}"
wrap_in_directory: true wrap_in_directory: true
@ -107,6 +108,7 @@ dockers:
dockerfile: Dockerfile.armv7 dockerfile: Dockerfile.armv7
goos: linux goos: linux
goarch: arm goarch: arm
goarm: 7
skip_push: false skip_push: false
build_flag_templates: build_flag_templates: