From 18adb4cc535b6b9e8dfed4ae893da9f87f00670b Mon Sep 17 00:00:00 2001 From: Abhishek Varshney Date: Sun, 24 Nov 2024 13:26:12 +0530 Subject: [PATCH] fix: build docker image for multiple platforms (#16) --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 61165a1..baf8f13 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -28,5 +28,6 @@ jobs: with: context: . file: ./Dockerfile + platforms: linux/amd64,linux/arm64 push: true tags: quay.io/abhishekvrshny/propeller:latest