From 3d9a853dedaf67fe48535d18b370002bb486f6c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Miguel?= <36349314+vrmiguel@users.noreply.github.com> Date: Mon, 29 Jan 2024 19:47:34 -0300 Subject: [PATCH] workflows: build tembo-pg-cnpg for ARM (#53) --- .github/workflows/build_images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_images.yaml b/.github/workflows/build_images.yaml index 28af410..d87248f 100644 --- a/.github/workflows/build_images.yaml +++ b/.github/workflows/build_images.yaml @@ -175,6 +175,6 @@ jobs: fi docker buildx build \ --build-arg PG_VERSION=${{ matrix.pg_version }} \ - --platform linux/amd64 \ + --platform linux/amd64,linux/arm64 \ --tag quay.io/tembo/tembo-pg-cnpg:pg${{ matrix.pg_version }}-${{ steps.sha.outputs.sha }} \ --pull ${PUSH_FLAG} ./tembo-pg-cnpg \ No newline at end of file