mirror of
https://github.com/octoleo/restic.git
synced 2025-01-03 15:17:28 +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 \
|
||||
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 New Issue
Block a user