We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
platforms
1 parent fd5f294 commit 7314180Copy full SHA for 7314180
.config/turbobob.json
@@ -5,9 +5,8 @@
5
"docker_images": [
6
{
7
"image": "fn61/buildkit-golang",
8
- "dockerfile_path": "Dockerfile",
9
"tag_latest": true,
10
- "auth_type": "creds_from_env"
+ "platforms": ["linux/amd64"]
11
}
12
]
13
.github/workflows/build.yml
@@ -8,6 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v4
+ - uses: docker/setup-buildx-action@v3
+
- name: Build
14
run: |
15
set -eu
0 commit comments