mirror of
https://github.com/penpot/penpot.git
synced 2025-05-09 22:46:38 +02:00
Merge pull request #2244 from penpot/niwinz-docker-devenv-aarch64
🎉 Make the devenv docker image multiplatform
This commit is contained in:
commit
36f30c611e
3 changed files with 84 additions and 14 deletions
|
@ -88,7 +88,7 @@
|
|||
[{:keys [conn backend executor]} {:keys [::content ::expired-at ::touched-at] :as params}]
|
||||
(us/assert ::storage-content content)
|
||||
(px/with-dispatch executor
|
||||
(let [id (uuid/next)
|
||||
(let [id (uuid/random)
|
||||
|
||||
mdata (cond-> (get-metadata params)
|
||||
(satisfies? impl/IContentHash content)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue