mirror of
https://github.com/XrayR-project/XrayR.git
synced 2025-06-07 21:09:53 +00:00
parent
5e134967fd
commit
515fc708dc
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -26,12 +26,10 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# Include amd64 on all platforms.
|
# Include amd64 on all platforms.
|
||||||
goos: [ windows, freebsd, openbsd, linux, dragonfly, darwin ]
|
goos: [ windows, freebsd, openbsd, linux, darwin ]
|
||||||
goarch: [ amd64, 386 ]
|
goarch: [ amd64, 386 ]
|
||||||
exclude:
|
exclude:
|
||||||
# Exclude i386 on darwin and dragonfly.
|
# Exclude i386 on darwin.
|
||||||
- goarch: 386
|
|
||||||
goos: dragonfly
|
|
||||||
- goarch: 386
|
- goarch: 386
|
||||||
goos: darwin
|
goos: darwin
|
||||||
- goarch: 386
|
- goarch: 386
|
||||||
|
Loading…
x
Reference in New Issue
Block a user