From dd821d3e0d012cd66fad5c19e01b6b5c1f088b53 Mon Sep 17 00:00:00 2001 From: alex289 Date: Tue, 16 Jan 2024 12:31:54 +0100 Subject: [PATCH] feat: 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 abeb10a..4407411 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