From 0d81f163435c04eb0dbf88d82a81ce2d58ccaf3a Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Tue, 29 Dec 2020 01:26:29 +0100 Subject: [PATCH] Add AIX as cross-compile target to CI --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e55e8f1b9..19fde6bfb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -218,7 +218,8 @@ jobs: openbsd/386 openbsd/amd64 \ netbsd/386 netbsd/amd64 \ linux/arm freebsd/arm \ - linux/ppc64le solaris/amd64" + linux/ppc64le solaris/amd64 \ + aix/ppc64" run: | mkdir build-output gox -parallel 2 -verbose -osarch "$GOX_ARCHS" -output "build-output/{{.Dir}}_{{.OS}}_{{.Arch}}" ./cmd/restic