Skip to content

Commit 400d6e8

Browse files
committed
fix: barry 2025-01-03 11:44:33
1 parent 06db1f0 commit 400d6e8

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ builds:
33
id: fastcommit
44
binary: fastcommit
55
skip: false
6+
env:
7+
- CGO_ENABLED=0
68
goos:
79
- linux
810
- windows

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ build:
2727

2828
vet:
2929
@go vet ./...
30+
31+
build_all:
32+
CGO_ENABLED=0 GOARCH=arm64 GOOS=linux go build .

0 commit comments

Comments
 (0)