Skip to content

Commit

Permalink
Merge pull request #1362 from buildkite/ppc64be
Browse files Browse the repository at this point in the history
Add a Linux ppc64 build to the pipeline
  • Loading branch information
ticky authored Jan 22, 2021
2 parents 40c47d6 + 56ae24e commit ce3d6ed
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,16 @@ steps:
config: .buildkite/docker-compose.yml
run: agent

- name: ":linux: ppc64"
command: ".buildkite/steps/build-binary.sh linux ppc64"
key: build-binary-linux-ppc64
depends_on: test-linux # don't wait for slower windows tests
artifact_paths: "pkg/*"
plugins:
docker-compose#v3.0.0:
config: .buildkite/docker-compose.yml
run: agent

- name: ":linux: ppc64le"
command: ".buildkite/steps/build-binary.sh linux ppc64le"
key: build-binary-linux-ppc64le
Expand Down

0 comments on commit ce3d6ed

Please sign in to comment.