ci: add darwin/arm64 build
This commit is contained in:
parent
35c19d7c9f
commit
2337334b1f
|
@ -141,6 +141,14 @@ jobs:
|
||||||
XC_OS: "linux"
|
XC_OS: "linux"
|
||||||
XC_ARCH: "arm"
|
XC_ARCH: "arm"
|
||||||
|
|
||||||
|
# build all arm64 architecture supported OS binaries
|
||||||
|
build-arm64:
|
||||||
|
<<: *build-distros
|
||||||
|
environment:
|
||||||
|
<<: *build-env
|
||||||
|
XC_OS: "darwin"
|
||||||
|
XC_ARCH: "arm64"
|
||||||
|
|
||||||
test-docker-full:
|
test-docker-full:
|
||||||
executor:
|
executor:
|
||||||
name: go
|
name: go
|
||||||
|
|
Loading…
Reference in New Issue