This website requires JavaScript.
Explore
Help
Register
Sign In
rancher
/
os-kernel
Watch
1
Star
0
Fork
1
You've already forked os-kernel
mirror of
https://github.com/rancher/os-kernel.git
synced
2025-06-28 06:26:49 +00:00
Code
Issues
Releases
Wiki
Activity
3ba9c1ee6f
os-kernel
/
build.sh
9 lines
78 B
Bash
Raw
Normal View
History
Unescape
Escape
hello world
2015-08-05 16:53:05 +00:00
#!/bin/bash
set
-e
cd
$(
dirname
$0
)
Use dapper to build in container
2015-12-23 15:13:15 +00:00
dapper ./scripts/ci
hello world
2015-08-05 16:53:05 +00:00
gzip and download the compiled kernel
2015-08-05 17:31:12 +00:00
ls -lh dist/kernel
Reference in New Issue
Copy Permalink