diff --git a/.gitea/workflows/docker.yml b/.gitea/workflows/docker.yml index 2ee9502..e6a97e7 100644 --- a/.gitea/workflows/docker.yml +++ b/.gitea/workflows/docker.yml @@ -51,6 +51,6 @@ jobs: push: ${{ gitea.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - platforms: linux/arm64,linux/amd64 + platforms: linux/arm64,linux/amd64,linux/riscv64 - name: Cleanup old images run: docker system prune -f \ No newline at end of file