From f8f2bb6d21ba55b13d6356cb78d7039b2b0dfe51 Mon Sep 17 00:00:00 2001 From: Zach Koopmans Date: Mon, 11 Sep 2023 11:57:52 -0700 Subject: [PATCH] Don't build tensorflow image on ARM. The upload image test is failing due to the tensorflow image not being supported on ARM. PiperOrigin-RevId: 564458336 --- images/benchmarks/tensorflow/{Dockerfile => Dockerfile.x86_64} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename images/benchmarks/tensorflow/{Dockerfile => Dockerfile.x86_64} (100%) diff --git a/images/benchmarks/tensorflow/Dockerfile b/images/benchmarks/tensorflow/Dockerfile.x86_64 similarity index 100% rename from images/benchmarks/tensorflow/Dockerfile rename to images/benchmarks/tensorflow/Dockerfile.x86_64