Skip to content

Commit

Permalink
Merge pull request #312 from arokem/multiplatform
Browse files Browse the repository at this point in the history
BF: Explicitly build for the linux platform.
  • Loading branch information
arokem authored Mar 22, 2024
2 parents 7644eb7 + b8f7eb1 commit 1984355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloudknot/dockerimage.py
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,7 @@ def build(self, tags, image_name=None, nocache=False):
rm=True,
forcerm=True,
nocache=nocache,
platform="linux/amd64",
)

# Update the config file images list
Expand Down

0 comments on commit 1984355

Please sign in to comment.