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
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
target: production
|
target: production
|
||||||
platforms: linux/amd64,linux/arm64/v8
|
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
@ -4,7 +4,7 @@ services:
|
|||||||
excalidraw-storage-backend:
|
excalidraw-storage-backend:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
target: development
|
target: production
|
||||||
tty: true
|
tty: true
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user