From d0df1e5bad7727a66aa2a87f6ca3d6411b522a67 Mon Sep 17 00:00:00 2001 From: Astound Date: Sun, 21 Jul 2024 07:22:28 +0800 Subject: workflows: update architectures support --- .gitea/workflows/release.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.gitea/workflows/release.yaml') diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 60112a1..779bb90 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -38,7 +38,11 @@ jobs: file: gitolite-cgit/Dockerfile platforms: | linux/amd64 + linux/arm/v6 + linux/arm/v7 + linux/arm64 linux/386 + linux/ppc64le push: false no-cache: true tags: | @@ -61,7 +65,11 @@ jobs: file: gitolite-cgit/Dockerfile platforms: | linux/amd64 + linux/arm/v6 + linux/arm/v7 + linux/arm64 linux/386 + linux/ppc64le push: true no-cache: false tags: | -- cgit v1.2.3