From ef1caff13c78b9a80e31d1af60df8e75df0ee62b Mon Sep 17 00:00:00 2001 From: Avior Date: Fri, 30 Aug 2024 17:06:46 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4f949206f..ed189c55f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,8 +17,8 @@ jobs: - linux/amd64 # - linux/arm/v6 # - linux/arm/v7 - - linux/arm64 - name: Building TCGdex for ${{ matrix.platform }} + # - linux/arm64 + name: Building TCGdex for #${{ matrix.platform }} steps: - name: Checkout @@ -62,12 +62,12 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - - name: Build and push by digest + - name: Build and push id: build uses: docker/build-push-action@v6 with: context: . - platforms: ${{ matrix.platform }} + platforms: linux/amd64,linux/arm64 # ${{ matrix.platform }} file: ./Dockerfile tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}