From 0c99ab70905fa4eaf8bc7b0ca846e12d7bbc6e39 Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Fri, 8 Jan 2021 18:01:05 -0800 Subject: Support releasing aarch64 builds. This change works around an issue in rules_pkg, described here: https://github.com/bazelbuild/rules_pkg/pull/263 PiperOrigin-RevId: 350869030 --- .buildkite/pipeline.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.buildkite/pipeline.yaml') diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 34670f58d..b9c392ee9 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -40,7 +40,10 @@ steps: # Release workflow. - <<: *common label: ":ship: Release tests" - commands: make release + commands: + - make artifacts/x86_64 + - make BAZEL_OPTIONS=--config=cross-aarch64 artifacts/aarch64 + - make release # Basic unit tests. - <<: *common -- cgit v1.2.3