Skip to content

Commit

Permalink
cicd: Build v5 and v7
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Nov 23, 2021
1 parent 299f492 commit d8fa350
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ builds:

goarm:
- 5 # For old RPIs
- 7

main: cmd/OliveTin/main.go

Expand Down Expand Up @@ -60,7 +61,7 @@ archives:
replacements:
darwin: macOS

name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ .Arm }}"

wrap_in_directory: true

Expand Down Expand Up @@ -107,6 +108,7 @@ dockers:
dockerfile: Dockerfile.armv7
goos: linux
goarch: arm
goarm: 7
skip_push: false

build_flag_templates:
Expand Down

0 comments on commit d8fa350

Please sign in to comment.