Skip to content

Commit

Permalink
[tailscale1.20] .github/workflows: build statically linked toolchains
Browse files Browse the repository at this point in the history
Signed-off-by: David Anderson <danderson@tailscale.com>
  • Loading branch information
danderson committed Feb 3, 2023
1 parent e1f7d4c commit 178d6bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
env:
GOOS: "${{ matrix.GOOS }}"
GOARCH: "${{ matrix.GOARCH }}"
CGO_ENABLED: "0"
- name: trim unnecessary bits
run: |
rm -rf pkg/*_*
Expand Down

0 comments on commit 178d6bc

Please sign in to comment.