Skip to content

Commit

Permalink
chore: update goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
whatwewant committed Nov 5, 2023
1 parent def2e93 commit e8fb3fe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ docs/.vitepress/cache

# docs site build files
docs/.vitepress/dist

dist/
10 changes: 8 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,17 @@ builds:
- linux
- darwin
- windows
- freebsd
goarch:
- amd64
- arm64
# - arm
# - "386"
- arm
- "386"
- mips
- mips64
- mips64le
- riscv64
- loong64
goarm:
- "7"
mod_timestamp: "{{ .CommitTimestamp }}"
Expand Down

0 comments on commit e8fb3fe

Please sign in to comment.