diff options
author | Astound <kirito@disroot.org> | 2024-07-21 07:22:28 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2024-07-21 07:22:28 +0800 |
commit | d0df1e5bad7727a66aa2a87f6ca3d6411b522a67 (patch) | |
tree | 0f604b5e4b0a6bae9a9888da3b1edd0ec13bc950 /.gitea | |
parent | cd5f00f5415aa68eda1644399b86c75b580cfd57 (diff) | |
download | gitolite-cgit-docker-d0df1e5bad7727a66aa2a87f6ca3d6411b522a67.tar.lz gitolite-cgit-docker-d0df1e5bad7727a66aa2a87f6ca3d6411b522a67.tar.xz gitolite-cgit-docker-d0df1e5bad7727a66aa2a87f6ca3d6411b522a67.zip |
workflows: update architectures support
Diffstat (limited to '.gitea')
-rw-r--r-- | .gitea/workflows/release.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
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: | |