mirror of
https://github.com/octoleo/restic.git
synced 2025-01-05 08:02:22 +00:00
Add AIX as cross-compile target to CI
This commit is contained in:
parent
3b09ae9074
commit
0d81f16343
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -218,7 +218,8 @@ jobs:
|
|||||||
openbsd/386 openbsd/amd64 \
|
openbsd/386 openbsd/amd64 \
|
||||||
netbsd/386 netbsd/amd64 \
|
netbsd/386 netbsd/amd64 \
|
||||||
linux/arm freebsd/arm \
|
linux/arm freebsd/arm \
|
||||||
linux/ppc64le solaris/amd64"
|
linux/ppc64le solaris/amd64 \
|
||||||
|
aix/ppc64"
|
||||||
run: |
|
run: |
|
||||||
mkdir build-output
|
mkdir build-output
|
||||||
gox -parallel 2 -verbose -osarch "$GOX_ARCHS" -output "build-output/{{.Dir}}_{{.OS}}_{{.Arch}}" ./cmd/restic
|
gox -parallel 2 -verbose -osarch "$GOX_ARCHS" -output "build-output/{{.Dir}}_{{.OS}}_{{.Arch}}" ./cmd/restic
|
||||||
|
Loading…
Reference in New Issue
Block a user