Skip to content

Commit 7314180

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

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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
}

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010

11+
- uses: docker/setup-buildx-action@v3
12+
1113
- name: Build
1214
run: |
1315
set -eu

0 commit comments

Comments
 (0)