mirror of https://github.com/statping/statping
adjust darwin target platforms
arm64 just works, 386 support was dropped with go 1.15: https://go.dev/doc/go1.15#darwinpull/1118/head
parent
4b450537ab
commit
54c051bfff
|
@ -106,11 +106,10 @@ jobs:
|
||||||
platform: [ linux ]
|
platform: [ linux ]
|
||||||
arch: [ 386, amd64, arm-7, arm-6, arm64 ]
|
arch: [ 386, amd64, arm-7, arm-6, arm64 ]
|
||||||
include:
|
include:
|
||||||
# TODO darwin/386 is broken, ignore for now
|
|
||||||
# - platform: darwin
|
|
||||||
# arch: 386
|
|
||||||
- platform: darwin
|
- platform: darwin
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
- platform: darwin
|
||||||
|
arch: arm64
|
||||||
- platform: windows
|
- platform: windows
|
||||||
arch: amd64
|
arch: amd64
|
||||||
- platform: windows
|
- platform: windows
|
||||||
|
|
Loading…
Reference in New Issue