disable static build
Some checks failed
Lint / golangci-lint (push) Failing after 9m40s
Declarative Tests / test (push) Successful in 23s

This commit is contained in:
Matthew Rich 2024-05-25 17:56:20 -07:00
parent c89e63c39f
commit 75580d564d
2 changed files with 3 additions and 3 deletions

View File

@ -52,6 +52,6 @@ jobs:
- name: Archive binary
uses: actions/upload-artifact@v3
with:
name: decl
path: decl
name: jx
path: jx
- run: echo "This job's status is ${{ job.status }}."

View File

@ -1,5 +1,5 @@
LDFLAGS?=--ldflags '-extldflags "-static"' --ldflags="-X 'main.commit=$(shell git rev-parse HEAD)' -X 'main.version=$(shell git describe --tags)' -X 'main.date=$(shell date '+%Y-%m-%d %T.%s%z')'"
export CGO_ENABLED=0
export CGO_ENABLED=1
.PHONY=jx-cli