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-09-04 06:14:33 +00:00
Code
Issues
Releases
Wiki
Activity
Files
e505ee28dd541e81b47a2fdf8ffdf1447f62924e
os-kernel
/
build.sh
9 lines
78 B
Bash
Raw
Normal View
History
Unescape
Escape
hello world
2015-08-05 21:53:05 +05:00
#!/bin/bash
set
-e
cd
$(
dirname
$0
)
Use dapper to build in container
2015-12-23 20:13:15 +05:00
dapper ./scripts/ci
hello world
2015-08-05 21:53:05 +05:00
gzip and download the compiled kernel
2015-08-05 22:31:12 +05:00
ls -lh dist/kernel
Reference in New Issue
Copy Permalink