From 119e3c1d011e8d846e043464d86ef32be37a4ef6 Mon Sep 17 00:00:00 2001 From: Paul Catinean Date: Mon, 5 Feb 2024 19:07:37 +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