From ab8a48b2e01c33597b96bd05e66aa53413d1fe29 Mon Sep 17 00:00:00 2001 From: rriski Date: Tue, 3 Oct 2023 06:32:32 +0300 Subject: [PATCH] Re-enable `linux/arm64` platform in CI docker build (#1276) This was previously enabled in #616 and then reverted in #730. --- .github/workflows/docker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 78236ec..d7c883e 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -54,7 +54,7 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - platforms: linux/amd64 #,linux/arm64 + platforms: linux/amd64,linux/arm64 cache-from: type=gha cache-to: type=gha,mode=max build-args: RUST_BACKTRACE=1