feat: add platforms back to build command
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled

This commit is contained in:
Lucas Oskorep
2026-01-20 23:18:06 -05:00
parent 4baf27ca1a
commit 7cea369e04

View File

@@ -58,6 +58,7 @@ jobs:
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
platforms: linux/amd64,linux/arm64
push: ${{ gitea.event_name != 'pull_request' }} push: ${{ gitea.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}