Skip to content

Commit 1984355

Browse files
authored
Merge pull request #312 from arokem/multiplatform
BF: Explicitly build for the linux platform.
2 parents 7644eb7 + b8f7eb1 commit 1984355

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cloudknot/dockerimage.py

+1
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,7 @@ def build(self, tags, image_name=None, nocache=False):
696696
rm=True,
697697
forcerm=True,
698698
nocache=nocache,
699+
platform="linux/amd64",
699700
)
700701

701702
# Update the config file images list

0 commit comments

Comments
 (0)