cgo enabled
continuous-integration/drone/push Build is passing Details

This commit is contained in:
user-penguin 2024-05-21 05:13:04 +07:00
parent f450407405
commit 311c66a861
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ steps:
- name: build - name: build
image: golang:1.22 image: golang:1.22
commands: commands:
- GOOS=linux GOARCH=amd64 go build -o cake_crm cmd/cake_crm/main.go - CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o cake_crm cmd/cake_crm/main.go
- name: test - name: test
image: golang:1.22 image: golang:1.22