diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index fffdd5f..4818e3f 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -26,6 +26,7 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v6 with: + platforms: linux/amd64,linux/arm64 context: . push: true tags: git.thecodedom.com/smig/frontendmentor:latest