Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #766 from helium/mra/arm64-build
Browse files Browse the repository at this point in the history
Use arm64 queue for arm docker builds
  • Loading branch information
Vagabond committed May 17, 2021
2 parents 8f90394 + ecbf5fc commit e969f78
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .buildkite/pipeline.yml
Expand Up @@ -24,25 +24,10 @@ steps:
- "git fetch -t"
- ".buildkite/scripts/make_image.sh"

# There is some kind of compiler bug in 32 bit ARM
# and rocksdb, so comment out for now. Can revisit
# later if need be.
#
# - if: build.tag != null
# name: ":whale: ARM32 docker"
# agents:
# queue: "erlang"
# env:
# - MINER_REGISTRY_NAME: "quay.io/team-helium/miner"
# - IMAGE_FORMAT: "docker"
# - IMAGE_ARCH: "arm32"
# commands:
# - "git fetch -t"
# - ".buildkite/scripts/make_image.sh"
- if: build.tag =~ /\_GA$$/
name: ":whale: ARM64 docker"
agents:
queue: "erlang"
queue: "arm64"
env:
REGISTRY_HOST: "quay.io"
REGISTRY_NAME: "miner"
Expand Down

0 comments on commit e969f78

Please sign in to comment.