From ee52b5223028e62e0c6f5007027d45f0ab6eb2ab Mon Sep 17 00:00:00 2001 From: Astound Date: Sun, 21 Jul 2024 02:27:07 +0800 Subject: workflows: update architectures support --- .gitea/workflows/release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 5690b7a..420e3fb 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -42,6 +42,8 @@ jobs: file: core/Dockerfile platforms: | linux/amd64 + linux/arm/v7 + linux/arm64 linux/386 push: false no-cache: true @@ -80,6 +82,8 @@ jobs: file: core/Dockerfile platforms: | linux/amd64 + linux/arm/v7 + linux/arm64 linux/386 push: true no-cache: false -- cgit v1.2.3