From 9e1dadc7383fd9ab6ea9b4540b26a3dd4293ed34 Mon Sep 17 00:00:00 2001 From: alex289 Date: Tue, 16 Jan 2024 12:39:42 +0100 Subject: [PATCH] revert: Enable docker arm images --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 4407411..abeb10a 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -57,7 +57,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v5 with: - platforms: linux/amd64,linux/arm64 + # platforms: linux/amd64,linux/arm64 push: true tags: | ${{ env.DOCKER_IMAGE }}:latest