From 00d0ae9caaff437a01de5362a28d469e2e01fb16 Mon Sep 17 00:00:00 2001 From: Thiago Nobayashi Date: Mon, 26 Jan 2026 09:47:16 -0300 Subject: [PATCH] feat: add support for arm64 docker images --- .github/actions/push/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/push/action.yaml b/.github/actions/push/action.yaml index f27c4f07d..db5150db7 100644 --- a/.github/actions/push/action.yaml +++ b/.github/actions/push/action.yaml @@ -76,7 +76,7 @@ runs: uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # pin@v6.15.0 with: context: . - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 file: ${{ inputs.dockerfile }} push: true build-args: ${{ inputs.build-args }}