cicd: Build v5 and v7
This commit is contained in:
parent
299f492675
commit
d8fa35087e
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue