mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +00:00
Multi-arch build
Currently, for amd64 (the default) and arm. Run `dapper make ARCH=arm rootfs` to build rootfs.tar.gz for arm.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package init
|
||||
|
||||
import (
|
||||
"os"
|
||||
"syscall"
|
||||
|
||||
"fmt"
|
||||
@@ -61,7 +60,7 @@ func stopDocker(c chan interface{}) error {
|
||||
c <- struct{}{}
|
||||
<-c
|
||||
|
||||
return os.RemoveAll(config.DOCKER_SYSTEM_HOME)
|
||||
return nil
|
||||
}
|
||||
|
||||
func bootstrap(cfg *config.CloudConfig) error {
|
||||
|
Reference in New Issue
Block a user