From 2436a572f0c98302e15c3bd0ea856fed29664aee Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Thu, 25 Jan 2024 14:07:48 -0500 Subject: [PATCH] revert to only arm build --- .github/workflows/release-standalone-docker-img-postgres.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-standalone-docker-img-postgres.yml b/.github/workflows/release-standalone-docker-img-postgres.yml index 7a546fac8..481b196c9 100644 --- a/.github/workflows/release-standalone-docker-img-postgres.yml +++ b/.github/workflows/release-standalone-docker-img-postgres.yml @@ -48,7 +48,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 file: Dockerfile.standalone-infisical push: true tags: |