diff --git a/.goreleaser.yml b/.goreleaser.yml index 9f257bead..e01050493 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -32,10 +32,14 @@ builds: goarch: arm - goos: darwin goarch: arm64 + - goos: darwin + goarch: ppc64le - goos: windows goarch: arm - goos: windows goarch: arm64 + - goos: windows + goarch: ppc64le ldflags: - -X "github.com/heptio/velero/pkg/buildinfo.Version={{ .Tag }}" -X "github.com/heptio/velero/pkg/buildinfo.GitSHA={{ .FullCommit }}" -X "github.com/heptio/velero/pkg/buildinfo.GitTreeState={{ .Env.GIT_TREE_STATE }}" archive: diff --git a/Dockerfile-fsfreeze-pause-ppc64le b/Dockerfile-fsfreeze-pause-ppc64le index b0c836432..055e12fdf 100644 --- a/Dockerfile-fsfreeze-pause-ppc64le +++ b/Dockerfile-fsfreeze-pause-ppc64le @@ -1,4 +1,4 @@ -# Copyright 2018, 2019 the Velero contributors. +# Copyright 2019 the Velero contributors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/Dockerfile-velero-ppc64le b/Dockerfile-velero-ppc64le index 19f7f6489..e3bf18851 100644 --- a/Dockerfile-velero-ppc64le +++ b/Dockerfile-velero-ppc64le @@ -1,4 +1,4 @@ -# Copyright 2017, 2019 the Velero contributors. +# Copyright 2019 the Velero contributors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/Dockerfile-velero-restic-restore-helper-ppc64le b/Dockerfile-velero-restic-restore-helper-ppc64le index c18bd1b32..dcf4804c6 100644 --- a/Dockerfile-velero-restic-restore-helper-ppc64le +++ b/Dockerfile-velero-restic-restore-helper-ppc64le @@ -1,4 +1,4 @@ -# Copyright 2018, 2019 the Velero contributors. +# Copyright 2019 the Velero contributors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.