Skip to content

Commit

Permalink
fix(studio): set platform when creating studio container
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Mar 21, 2023
1 parent dcc9973 commit 493fdbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Studio.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ class Studio {
let container;
try {
container = await docker.createContainer({
platform: 'linux/amd64',
Image: 'jarvus/hologit-studio',
Labels: {
'sh.holo.studio': 'yes'
Expand Down

0 comments on commit 493fdbb

Please sign in to comment.