mirror of
https://github.com/restic/restic.git
synced 2024-12-23 08:16:36 +00:00
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 \
|
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 a new issue