diff --git a/.goreleaser.yml b/.goreleaser.yml new file mode 100644 index 0000000..9589e71 --- /dev/null +++ b/.goreleaser.yml @@ -0,0 +1,26 @@ +builds: + - id: bearings + main: . + binary: bearings + ldflags: + - "-s -w" + flags: + - "--trimpath" + env: + - CGO_ENABLED=0 + goos: + - linux + - darwin + goarch: + - "386" + - amd64 + - arm64 +archives: + - + format: binary + name_template: "{{ .Binary}}-{{ .Os }}-{{ .Arch }}" +release: + prerelease: auto + github: + owner: liamg + name: bearings