diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 2cc8702..faaeea7 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -32,7 +32,7 @@ jobs: file: ./Dockerfile push: true tags: git.ivanch.me/ivanch/pet-companion/pet-companion-api:latest - platforms: linux/amd64, linux/arm64 + platforms: linux/arm64 - name: Image digest run: echo ${{ steps.docker_build.outputs.digest }} diff --git a/Dockerfile b/Dockerfile index e95b408..b0c0ee7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,6 @@ WORKDIR /app EXPOSE 8080 EXPOSE 8081 - # This stage is used to build the service project FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build ARG BUILD_CONFIGURATION=Release