Skip to content

Commit 80ce0c1

Browse files
committed
build: specify platforms explicitly (to workaround regression in Turbo Bob)
1 parent fd5f294 commit 80ce0c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.config/turbobob.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
"docker_images": [
66
{
77
"image": "fn61/buildkit-golang",
8-
"dockerfile_path": "Dockerfile",
98
"tag_latest": true,
10-
"auth_type": "creds_from_env"
9+
"platforms": ["linux/amd64"]
1110
}
1211
]
1312
}

0 commit comments

Comments
 (0)