From 3ca92a63d103bb8582d5314eea35c045d20e7758 Mon Sep 17 00:00:00 2001 From: Jirawat Boonkumnerd Date: Sun, 30 Oct 2022 10:17:45 +0700 Subject: [PATCH] chore: add project name and test no cgo on linux --- .goreleaser.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 090142b..ee7eb58 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -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. @@ -18,9 +20,7 @@ builds: - amd64 - arm64 - id: "linux" - skip: true - env: - - CGO_ENABLED=1 + skip: false goos: - linux goarch: