feat: add riscv64 support (#34199)
Some checks failed
release-nightly / nightly-binary (push) Has been cancelled
release-nightly / nightly-docker-rootful (push) Has been cancelled
release-nightly / nightly-docker-rootless (push) Has been cancelled
cron-translations / crowdin-pull (push) Has been cancelled

This commit is contained in:
Meng Zhuo
2025-04-15 00:32:54 +08:00
committed by GitHub
parent 33df23c1f0
commit 921d3a394d
7 changed files with 17 additions and 6 deletions

View File

@@ -99,7 +99,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/riscv64
push: true
tags: |-
gitea/gitea:${{ steps.clean_name.outputs.branch }}