From f761a53386aff32ad7a933165a1e4b1aad97fab7 Mon Sep 17 00:00:00 2001 From: Richard87 Date: Tue, 18 Jun 2024 17:44:30 +0200 Subject: [PATCH] individual build --- .github/workflows/build.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 426c9ea..2a7294f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -47,6 +47,15 @@ jobs: with: context: . push: true - platform: linux/amd64,linux/arm64 + platform: linux/amd64 + tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }} + + - name: Build and push Docker image + uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0 + with: + context: . + push: true + platform: linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}