diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 114b58f8..c9dbfdf9 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -54,6 +54,6 @@ jobs: with: context: . push: true - #platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}