Update wireguard-go.yml

dependabot/github_actions/actions/checkout-3.1.0 v2.10
fscarmen 4 years ago committed by GitHub
parent 34c26ea273
commit dbe7bab5a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      .github/workflows/wireguard-go.yml

@ -12,7 +12,7 @@ jobs:
matrix:
# build and publish in parallel: linux/386, linux/amd64, linux/arm64, windows/386, windows/amd64, darwin/amd64, darwin/arm64
goos: [linux]
goarch: [amd64, arm64]
goarch: [amd64, arm64, s390x]
steps:
- name: Checkout
@ -24,14 +24,6 @@ jobs:
run: |
GO_VERSION=1.18
echo "go_version=$GO_VERSION" >> $GITHUB_ENV
- name: Setup Go environment
uses: actions/setup-go@v3
with:
go-version: "${{ env.go_version }}"
- name: Build WireGuard-go
run: |
mkdir -p /opt/release/
git clone https://git.zx2c4.com/wireguard-go
cd wireguard-go

Loading…
Cancel
Save