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 ]
|
||||
arch: [ 386, amd64, arm-7, arm-6, arm64 ]
|
||||
include:
|
||||
# TODO darwin/386 is broken, ignore for now
|
||||
# - platform: darwin
|
||||
# arch: 386
|
||||
- platform: darwin
|
||||
arch: amd64
|
||||
- platform: darwin
|
||||
arch: arm64
|
||||
- platform: windows
|
||||
arch: amd64
|
||||
- platform: windows
|
||||
|
|
Loading…
Reference in New Issue