Skip to content

Commit 776dc42

Browse files
committed
chore: rekres once again with builder fixes
Re-kres. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 52e058e commit 776dc42

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/ci.yaml

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2024-06-12T11:39:02Z by kres 7360563.
3+
# Generated on 2024-06-12T12:10:56Z by kres 90445df.
44

55
name: default
66
concurrency:
@@ -29,6 +29,15 @@ jobs:
2929
- self-hosted
3030
- generic
3131
if: (!startsWith(github.head_ref, 'renovate/') && !startsWith(github.head_ref, 'dependabot/'))
32+
services:
33+
buildkitd:
34+
image: moby/buildkit:v0.14.0
35+
options: --privileged
36+
ports:
37+
- 1234:1234
38+
volumes:
39+
- /var/lib/buildkit/${{ github.repository }}:/var/lib/buildkit
40+
- /usr/etc/buildkit/buildkitd.toml:/etc/buildkit/buildkitd.toml
3241
steps:
3342
- name: gather-system-info
3443
id: system-info

0 commit comments

Comments
 (0)