Skip to content

Commit

Permalink
chore: add project name and test no cgo on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsd committed Oct 30, 2022
1 parent 42f52f7 commit 3ca92a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
project_name: cross-clipboard

before:
hooks:
# You may remove this if you don't use go modules.
Expand All @@ -18,9 +20,7 @@ builds:
- amd64
- arm64
- id: "linux"
skip: true
env:
- CGO_ENABLED=1
skip: false
goos:
- linux
goarch:
Expand Down

0 comments on commit 3ca92a6

Please sign in to comment.