Skip to content

Commit

Permalink
edited the goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
arontaubyte committed Aug 2, 2023
1 parent 1bdce71 commit 97bcdb1
Showing 1 changed file with 32 additions and 5 deletions.
37 changes: 32 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,42 @@ release:
# Since: v1.11.
# Templateable since: v1.15.
skip_upload: false

builds:
-
ignore:
- goos: darwin
- goos: windows
- main: "main.go"
id: linux
binary: "dreamland"
goos:
- linux
goarch:
- amd64
- arm64
env:
- CGO_ENABLED=0
- GOAMD64=v2
- main: "main.go"
id: darwin
binary: "dreamland"
goos:
- darwin
env:
- CGO_ENABLED=0
- GOAMD64=v2
tags:
- darwin
- odo
- main: "main.go"
id: windows
binary: "dreamland"
goos:
- windows
goarch:
- amd64
env:
- CGO_ENABLED=0
- GOAMD64=v2
tags:
- windows

changelog:
skip: true
Expand Down

0 comments on commit 97bcdb1

Please sign in to comment.