From 90403f58b3dc1897ef65af79fac392013628ed33 Mon Sep 17 00:00:00 2001 From: Jannik Streek Date: Thu, 21 Dec 2023 17:09:10 +0100 Subject: [PATCH] remove platforms --- .github/workflows/release.yml | 1 - docker-compose.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0cf522d..e0469b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,6 @@ jobs: uses: docker/build-push-action@v4 with: target: production - platforms: linux/amd64,linux/arm64/v8 push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 3eedcf3..9d940a2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: excalidraw-storage-backend: build: context: . - target: development + target: production tty: true stdin_open: true ports: