File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5656 mkdir -p dist
5757 RELEASE_TAG="master"
5858 BIN_NAME="silta-${{ matrix.goos }}-${{ matrix.goarch }}"
59- GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} \
59+ GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} CGO_ENABLED=0 \
6060 go build -ldflags "-X github.com/wunderio/silta-cli/internal/common.Version=${{ steps.vars.outputs.sha_short }} -s -w" \
6161 -o dist/$BIN_NAME
6262 tar -czf dist/silta-${RELEASE_TAG}-${{ matrix.goos }}-${{ matrix.goarch }}.tar.gz \
Original file line number Diff line number Diff line change 5555 mkdir -p dist
5656 RELEASE_TAG="${{ steps.vars.outputs.tag }}"
5757 BIN_NAME="silta-${{ matrix.goos }}-${{ matrix.goarch }}"
58- GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} \
58+ GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} CGO_ENABLED=0 \
5959 go build -ldflags "-X github.com/wunderio/silta-cli/internal/common.Version=${RELEASE_TAG} -s -w" \
6060 -o dist/$BIN_NAME
6161 tar -czf dist/silta-${RELEASE_TAG}-${{ matrix.goos }}-${{ matrix.goarch }}.tar.gz \
Original file line number Diff line number Diff line change 5656 mkdir -p dist
5757 RELEASE_TAG="test"
5858 BIN_NAME="silta-${{ matrix.goos }}-${{ matrix.goarch }}"
59- GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} \
59+ GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} CGO_ENABLED=0 \
6060 go build -ldflags "-X github.com/wunderio/silta-cli/internal/common.Version=${{ steps.vars.outputs.sha_short }} -s -w" \
6161 -o dist/$BIN_NAME
6262 tar -czf dist/silta-${RELEASE_TAG}-${{ matrix.goos }}-${{ matrix.goarch }}.tar.gz \
You can’t perform that action at this time.
0 commit comments