mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
specify platforms on docker build
This commit is contained in:
parent
e57dc405fa
commit
291225a753
1 changed files with 2 additions and 1 deletions
3
.github/workflows/publish-docker.yml
vendored
3
.github/workflows/publish-docker.yml
vendored
|
@ -22,4 +22,5 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: excalidraw/excalidraw:latest
|
||||
tags: denovocto/excalidraw-arm-test:latest
|
||||
platforms: linux/amd64, linux/arm64, linux/arm/v7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue