diff --git a/.github/workflows/buildBackend.yml b/.github/workflows/buildBackend.yml index 17de0f3..c31378a 100644 --- a/.github/workflows/buildBackend.yml +++ b/.github/workflows/buildBackend.yml @@ -31,4 +31,4 @@ jobs: tags: fius/drinklistv4-backend:dev file: backend/Dockerfile context: ./backend - platforms: linux/amd64,linux/arm/v7 \ No newline at end of file + platforms: linux/amd64 \ No newline at end of file diff --git a/.github/workflows/buildFrontend.yml b/.github/workflows/buildFrontend.yml index af887bc..67b097f 100644 --- a/.github/workflows/buildFrontend.yml +++ b/.github/workflows/buildFrontend.yml @@ -31,5 +31,5 @@ jobs: tags: fius/drinklistv4-frontend:dev file: frontend/Dockerfile context: ./frontend - platforms: linux/amd64,linux/arm/v7 + platforms: linux/amd64