Skip to content

Commit

Permalink
fix: Try to get arm64 to work
Browse files Browse the repository at this point in the history
  • Loading branch information
favilo committed Sep 13, 2024
1 parent 958e83a commit 521b889
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .buildkite/dev-docker/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
agents:
provider: "gcp"
image: family/core-ubuntu-2204

steps:
- input: "Build parameters"
fields:
Expand All @@ -10,10 +14,9 @@ steps:
command: bash .buildkite/dev-docker/run.sh amd64
# Run on GCP to use `docker`
agents:
provider: gcp
machineType: "n2-standard-8"
- label: ":docker: Build Docker Artifacts for Rally arm64"
command: bash .buildkite/dev-docker/run.sh arm64
# Run on GCP to use `docker`
agents:
provider: gcp
machineType: "t2a-standard-8"
2 changes: 1 addition & 1 deletion .buildkite/dev-docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ git checkout "${BUILD_FROM_BRANCH}"
git --no-pager show

set -x
// FIXME: remove this if we can figure out current git branch
# FIXME: remove this if we can figure out current git branch
buildkite-agent meta-data keys
export TERM=dumb
export LC_ALL=en_US.UTF-8
Expand Down

0 comments on commit 521b889

Please sign in to comment.