Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Commit

Permalink
回撤goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkLeong committed Oct 12, 2021
1 parent 1790988 commit b097d1b
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@
project_name: webdav
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com

builds:
- env:
goos:
- linux
- windows
- darwin
- freebsd
goarch:
- amd64
- 386
- arm
- arm64
goarm:
- 5
- 6
- 7
ignore:
- goos: darwin
goarch: 386
- goos: freebsd
goarch: arm
archives:
- name_template: "{{.Os}}-{{.Arch}}{{if .Arm}}v{{.Arm}}{{end}}-{{ .ProjectName }}"
format: tar.gz
Expand Down

0 comments on commit b097d1b

Please sign in to comment.