remove platforms
This commit is contained in:
parent
5deab37753
commit
90403f58b3
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -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 }}
|
@ -4,7 +4,7 @@ services:
|
||||
excalidraw-storage-backend:
|
||||
build:
|
||||
context: .
|
||||
target: development
|
||||
target: production
|
||||
tty: true
|
||||
stdin_open: true
|
||||
ports:
|
||||
|
Loading…
x
Reference in New Issue
Block a user