mirror of
https://github.com/restic/restic.git
synced 2026-08-30 17:27:15 +00:00
Add support for ppc64le
This commit adds support for cross-compiling Restic for ppc64le as part of the release process. Add a new file: changelog/unreleased/issue-2277 Modifies: helpers/build-release-binaries/main.go Modifies: run_integration_tests.go
This commit is contained in:
committed by
Rafael Peria de Sene
parent
1e9eefa066
commit
ec91b80f09
@@ -218,6 +218,7 @@ func (env *TravisEnvironment) Prepare() error {
|
||||
"openbsd/386", "openbsd/amd64",
|
||||
"netbsd/386", "netbsd/amd64",
|
||||
"linux/arm", "freebsd/arm",
|
||||
"linux/ppc64le",
|
||||
}
|
||||
|
||||
if os.Getenv("RESTIC_BUILD_SOLARIS") == "0" {
|
||||
|
||||
Reference in New Issue
Block a user