Add AIX as cross-compile target to CI
This commit is contained in:
parent
3b09ae9074
commit
0d81f16343
1 changed files with 2 additions and 1 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue