mirror of
https://github.com/pnx/pinger.git
synced 2026-06-16 03:24:54 +02:00
.github/workflows/release.yml: exclude darwin 386
This commit is contained in:
parent
aa05c99bea
commit
111ff58fcf
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -13,6 +13,9 @@ jobs:
|
|||
matrix:
|
||||
os: [ linux, darwin, windows ]
|
||||
arch: [ amd64, 386 ]
|
||||
exclude:
|
||||
- os: darwin
|
||||
arch: 386
|
||||
name: Release - ${{matrix.os}}-${{matrix.arch}}
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue