Skip to content

Commit

Permalink
fix remove cgo flag
Browse files Browse the repository at this point in the history
  • Loading branch information
alfiankan authored Jul 11, 2022
1 parent af48007 commit 9c4a5eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
pre_command: apt install build-essential && export CGO_ENABLED=1 && export CC=aarch64-linux-gnu-gcc
goversion: "https://dl.google.com/go/go1.18.linux-amd64.tar.gz"
project_path: "./cmd"
binary_name: "teleterm"
Expand Down

0 comments on commit 9c4a5eb

Please sign in to comment.