1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-06-06 02:59:27 -04:00

CI: add FreeBSD and OpenBSD ARM build tasks (#1423)

This commit is contained in:
KallyDev
2021-11-27 13:14:57 +08:00
committed by GitHub
parent f2b1b79283
commit cbb6d7a509
2 changed files with 31 additions and 6 deletions

View File

@@ -46,10 +46,27 @@ jobs:
goarch: arm
goarm: 5
# END Linux ARM 5 6 7
# Windows ARM 7
# BEGIN Windows ARM 7
- goos: windows
goarch: arm
goarm: 7
# END Windows ARM 7
# BEGIN FreeBSD ARM 6 7
- goos: freebsd
goarch: arm
goarm: 6
- goos: freebsd
goarch: arm
goarm: 7
# END FreeBSD ARM 6 7
# BEGIN OpenBSD ARM 6 7
- goos: openbsd
goarch: arm
goarm: 6
- goos: openbsd
goarch: arm
goarm: 7
# END OpenBSD ARM 6 7
# BEGIN Other architectures
- goos: darwin
goarch: arm64
@@ -59,6 +76,12 @@ jobs:
goarch: riscv64
- goos: windows
goarch: arm64
- goos: android
goarch: arm64
- goos: freebsd
goarch: arm64
- goos: openbsd
goarch: arm64
# BEGIN MIPS
- goos: linux
goarch: mips64
@@ -69,10 +92,6 @@ jobs:
- goos: linux
goarch: mips
# END MIPS
# BEGIN Android
- goos: android
goarch: arm64
# END Android
# END Other architectures
fail-fast: false