Skip to content

Commit

Permalink
fix: goreleaser yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
o1egl committed Nov 2, 2023
1 parent a744bd2 commit 4d0a68e
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions .goreleaser.yml
Expand Up @@ -4,32 +4,32 @@ env:
- GO111MODULE=on

builds:
env:
- CGO_ENABLED=0
ldflags:
- -s -w -X github.com/filebrowser/filebrowser/v2/version.Version={{ .Version }} -X github.com/filebrowser/filebrowser/v2/version.CommitSHA={{ .ShortCommit }}
main: main.go
binary: filebrowser
goos:
- darwin
- linux
- windows
- freebsd
goarch:
- amd64
- 386
- arm
- arm64
- riscv64
goarm:
- 5
- 6
- 7
ignore:
- goos: darwin
goarch: 386
- goos: freebsd
goarch: arm
- env:
- CGO_ENABLED=0
ldflags:
- -s -w -X github.com/filebrowser/filebrowser/v2/version.Version={{ .Version }} -X github.com/filebrowser/filebrowser/v2/version.CommitSHA={{ .ShortCommit }}
main: main.go
binary: filebrowser
goos:
- darwin
- linux
- windows
- freebsd
goarch:
- amd64
- 386
- arm
- arm64
- riscv64
goarm:
- 5
- 6
- 7
ignore:
- goos: darwin
goarch: 386
- goos: freebsd
goarch: arm

archives:
-
Expand Down

0 comments on commit 4d0a68e

Please sign in to comment.