From d5c1e480e28b45f28e30a53b70f70e0656977ad0 Mon Sep 17 00:00:00 2001 From: Paul Catinean Date: Sun, 4 Feb 2024 19:47:44 +0200 Subject: [PATCH] Add linux/arm64 platform to Docker build --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 017a497..5c7e997 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,6 +104,7 @@ jobs: platforms: | linux/386 linux/amd64 + linux/arm64 load: false push: true cache-from: type=local,src=/tmp/.buildx-cache @@ -146,6 +147,7 @@ jobs: platforms: | linux/386 linux/amd64 + linux/arm64 load: false push: true cache-from: type=local,src=/tmp/.buildx-cache