From 1803c4a458847b5623c54e88122ca899f9ebdd5e Mon Sep 17 00:00:00 2001 From: Tomas Valenta Date: Wed, 24 Jul 2024 20:43:46 +0200 Subject: [PATCH] Remove arm version of base template --- .github/workflows/templates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/templates.yml b/.github/workflows/templates.yml index ae8cb1a40..f439ac63e 100644 --- a/.github/workflows/templates.yml +++ b/.github/workflows/templates.yml @@ -36,6 +36,6 @@ jobs: run: | docker buildx build \ --file e2b.Dockerfile \ - --platform linux/amd64,linux/arm64 \ + --platform linux/amd64 \ --push \ --tag ${{ secrets.DOCKERHUB_USERNAME }}/base:latest .