You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move description to create a dual host builder instance to CONTRIBUTING.md
And add a buildkit config which disables the garbage collection of the cache.
Our images are too many and too fat, so that it gets deleted half way otherwise.
Building with qemu emulation fails currently with a segfault, so that it must be built by a builder instance with at least one remote node for the other architecture.
60
+
Building on native hardware is also much faster (~45 minutes) than on qemu.
61
+
A two-nodes builder requires obviously a ARM and a Intel/AMD device.
62
+
It can be created like this:
63
+
64
+
```sh
65
+
# Make sure the remote instance can be connected
66
+
$ docker -H ssh://isa info
67
+
68
+
# Create a new builder with the local instance
69
+
# Disable the garbage collector by the config file
Building with qemu emulation fails currently with a segfault, so that it must be built by a builder instance with at least one remote node for the other architecture.
21
-
Building on native hardware is also much faster (~30 minutes) than on qemu.
22
-
A two-nodes builder requires obviously a ARM and a Intel/AMD device.
0 commit comments