Skip to content

Commit e757198

Browse files
author
Grant Moore
committed
ensure oblige is built on correct platform
1 parent c4896be commit e757198

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

app/sample/init.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def init(cfg: GolemConfig):
5858
build_cmd = [
5959
"docker", "buildx", "build",
6060
"-f", "Dockerfile.oblige",
61+
"--platform linux/amd64",
6162
"-t", image_name,
6263
"--load", # Ensures the image is loaded into the local docker daemon
6364
"."

data/wads/temp.old

-1.08 MB
Binary file not shown.

0 commit comments

Comments
 (0)