From abdfac95070ae85b384b05e1191f8ec3d96cc0f4 Mon Sep 17 00:00:00 2001 From: Omar Siam Date: Fri, 19 Jul 2024 13:32:25 +0200 Subject: [PATCH] Build for arm64 --- .github/workflows/starter.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/starter.yaml b/.github/workflows/starter.yaml index f1f53ee..66a1225 100644 --- a/.github/workflows/starter.yaml +++ b/.github/workflows/starter.yaml @@ -69,6 +69,7 @@ jobs: secrets: inherit # if you run this outside of of an org that provides KUBE_CONFIG etc as a secret, you need to specify every secret you want to pass by name with: + platforms: linux/amd64,linux/arm64 environment: ${{ needs.setup_workflow_env.outputs.environment }} registry_root: ${{ needs.setup_workflow_env.outputs.registry_root }} image_name: ${{ needs.setup_workflow_env.outputs.image_name }}