Skip to content
Snippets Groups Projects
Unverified Commit ba7ce770 authored by Antoine Leroyer's avatar Antoine Leroyer
Browse files

Removing useless build arch

parent 4ebaf5b5
No related branches found
No related tags found
No related merge requests found
......@@ -9,16 +9,11 @@ builds:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
goarch:
- 386
- amd64
- arm
- arm64
ignore:
- goos: darwin
goarch: 386
checksum:
name_template: '{{ .ProjectName }}_checksums.txt'
changelog:
......@@ -32,14 +27,9 @@ changelog:
archives:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip
nfpms:
- file_name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
homepage: https://github.com/aleroyer/rsyslog_exporter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment