This commit is contained in:
spiritlhl 2024-05-01 09:43:08 +00:00
parent 1a272b02b1
commit 3c2ae53213

View File

@ -53,7 +53,7 @@ jobs:
run: |
mkdir -p bin
cd cmd
go build -o ../bin/backtrace-${{ matrix.goos }}-${{ matrix.goarch }} -v .
CGO_ENABLED=0 GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o ../bin/backtrace-${{ matrix.goos }}-${{ matrix.goarch }} -v -ldflags="-extldflags=-static" .
- name: Upload New Assets
run: |