From 34fafd815c3d89728527946f2dae208e67bf9b40 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Thu, 25 Jan 2024 02:55:00 -0500 Subject: [PATCH] set postgres ci to only linux/arm64 --- .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 d20e94026..f182e55c0 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 + platforms: linux/arm64 file: Dockerfile.standalone-infisical push: true tags: |