|
|
|
@ -13,7 +13,7 @@ jobs: |
|
|
|
matrix: |
|
|
|
matrix: |
|
|
|
# build and publish in parallel: linux/386, linux/amd64, windows/386, windows/amd64, darwin/amd64 |
|
|
|
# build and publish in parallel: linux/386, linux/amd64, windows/386, windows/amd64, darwin/amd64 |
|
|
|
goos: [linux, windows, darwin] |
|
|
|
goos: [linux, windows, darwin] |
|
|
|
goarch: ["386", amd64] |
|
|
|
goarch: ["386", amd64, arm64] |
|
|
|
exclude: |
|
|
|
exclude: |
|
|
|
- goarch: "386" |
|
|
|
- goarch: "386" |
|
|
|
goos: darwin |
|
|
|
goos: darwin |
|
|
|
@ -25,6 +25,8 @@ jobs: |
|
|
|
go-version: 1.17 |
|
|
|
go-version: 1.17 |
|
|
|
goos: ${{ matrix.goos }} |
|
|
|
goos: ${{ matrix.goos }} |
|
|
|
goarch: ${{ matrix.goarch }} |
|
|
|
goarch: ${{ matrix.goarch }} |
|
|
|
|
|
|
|
project_path: "./cmd/test-binary" |
|
|
|
|
|
|
|
binary_name: "test-binary" |
|
|
|
|
|
|
|
|
|
|
|
- name: Building wireguard-go |
|
|
|
- name: Building wireguard-go |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
|