ci: native build
All checks were successful
Build and Release / Build (darwin-arm64) (push) Successful in 16s
Build and Release / Build (darwin-amd64) (push) Successful in 23s
Build and Release / Build (linux-arm64) (push) Successful in 17s
Build and Release / Build (linux-amd64) (push) Successful in 19s
Build and Release / Build (windows-arm64) (push) Successful in 19s
Build and Release / Build (windows-amd64) (push) Successful in 19s
Build and Release / Create Release (push) Has been skipped
All checks were successful
Build and Release / Build (darwin-arm64) (push) Successful in 16s
Build and Release / Build (darwin-amd64) (push) Successful in 23s
Build and Release / Build (linux-arm64) (push) Successful in 17s
Build and Release / Build (linux-amd64) (push) Successful in 19s
Build and Release / Build (windows-arm64) (push) Successful in 19s
Build and Release / Build (windows-amd64) (push) Successful in 19s
Build and Release / Create Release (push) Has been skipped
This commit is contained in:
parent
d185fa5355
commit
aedc4a4518
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build (${{ matrix.goos }}-${{ matrix.goarch }})
|
name: Build (${{ matrix.goos }}-${{ matrix.goarch }})
|
||||||
runs-on: docker
|
runs-on:
|
||||||
|
- docker
|
||||||
|
- ${{ matrix.goarch }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
goos: [linux, windows, darwin]
|
goos: [linux, windows, darwin]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue