Merge pull request #2244 from penpot/niwinz-docker-devenv-aarch64

🎉 Make the devenv docker image multiplatform
This commit is contained in:
Alejandro 2022-09-12 15:49:25 +02:00 committed by GitHub
commit 36f30c611e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 84 additions and 14 deletions

View file

@ -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)