From 65a2242db409e7f4aeef04a01eb4f89699557866 Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Wed, 9 Dec 2020 18:48:52 -0800 Subject: Tweak aarch64 support. A few images were broken with respect to aarch64. We should now be able to run push-all-images with ARCH=aarch64 as part of the regular continuous integration builds, and add aarch64 smoke tests (via user emulation for now) to the regular test suite (future). PiperOrigin-RevId: 346685462 --- images/runtimes/go1.12/Dockerfile | 4 ---- images/runtimes/go1.12/Dockerfile.x86_64 | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 images/runtimes/go1.12/Dockerfile create mode 100644 images/runtimes/go1.12/Dockerfile.x86_64 (limited to 'images/runtimes/go1.12') diff --git a/images/runtimes/go1.12/Dockerfile b/images/runtimes/go1.12/Dockerfile deleted file mode 100644 index cb2944062..000000000 --- a/images/runtimes/go1.12/Dockerfile +++ /dev/null @@ -1,4 +0,0 @@ -# Go is easy, since we already have everything we need to compile the proctor -# binary and run the tests in the golang Docker image. -FROM golang:1.12 -RUN ["go", "tool", "dist", "test", "-compile-only"] diff --git a/images/runtimes/go1.12/Dockerfile.x86_64 b/images/runtimes/go1.12/Dockerfile.x86_64 new file mode 100644 index 000000000..cb2944062 --- /dev/null +++ b/images/runtimes/go1.12/Dockerfile.x86_64 @@ -0,0 +1,4 @@ +# Go is easy, since we already have everything we need to compile the proctor +# binary and run the tests in the golang Docker image. +FROM golang:1.12 +RUN ["go", "tool", "dist", "test", "-compile-only"] -- cgit v1.2.3