diff options
-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: | |