|
|
|
|
@ -11,7 +11,6 @@ jobs: |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
strategy: |
|
|
|
|
matrix: |
|
|
|
|
# build and publish in parallel: linux/386, linux/amd64, windows/386, windows/amd64, darwin/amd64 |
|
|
|
|
goos: [linux] |
|
|
|
|
goarch: [amd64, arm64] |
|
|
|
|
|
|
|
|
|
@ -33,13 +32,11 @@ jobs: |
|
|
|
|
name: Run GoReleaser |
|
|
|
|
uses: goreleaser/goreleaser-action@v2 |
|
|
|
|
with: |
|
|
|
|
# either 'goreleaser' (default) or 'goreleaser-pro' |
|
|
|
|
distribution: goreleaser |
|
|
|
|
version: latest |
|
|
|
|
args: release --rm-dist |
|
|
|
|
env: |
|
|
|
|
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} |
|
|
|
|
# Your GoReleaser Pro key, if you are using the 'gorelea |
|
|
|
|
|
|
|
|
|
run: | |
|
|
|
|
git clone https://git.zx2c4.com/wireguard-go |
|
|
|
|
|