From 1a52f1e846090ffd21760124ecdc81e8e64e0b95 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Date: Thu, 19 Dec 2024 17:05:37 +0100 Subject: [PATCH] chore: build arm images --- .github/workflows/_template.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/_template.yml b/.github/workflows/_template.yml index 264d0ff6..ef06a961 100644 --- a/.github/workflows/_template.yml +++ b/.github/workflows/_template.yml @@ -98,6 +98,7 @@ jobs: uses: docker/build-push-action@v6 if: github.event_name != 'pull_request' # TODO with: + platforms: linux/amd64,linux/arm64 context: ${{ inputs.directory }} push: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/main' }} tags: |