diff --git a/.gitea/workflows/server.yaml b/.gitea/workflows/server.yaml index ffa8fa4..bdb37bf 100644 --- a/.gitea/workflows/server.yaml +++ b/.gitea/workflows/server.yaml @@ -120,7 +120,7 @@ jobs: file: Server/Dockerfile push: true tags: forge.rainote.dev/${{ github.repository }}:${{ needs.preprocess.outputs.sanitized_branch_name }} - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 - name: Build and push to latest if: github.ref_name == 'master' uses: docker/build-push-action@v5 @@ -129,7 +129,7 @@ jobs: file: Server/Dockerfile push: true tags: forge.rainote.dev/${{ github.repository }}:latest - platforms: linux/amd64 + platforms: linux/amd64, linux/arm64 container-sbom-scan: needs: [ container-build, preprocess ]