This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
k3s
mirror of
https://github.com/k3s-io/k3s
Watch
1
Star
0
Fork
You've already forked k3s
0
Code
Issues
Projects
Releases
Wiki
Activity
c73e9187bb
k3s
/
scripts
/
ci
11 lines
106 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial Commit
2019-01-01 08:23:01 +00:00
#!/bin/bash
set -e
cd $(dirname $0)
Clean up build scripts Switch binaries to armhf suffix to be more clean on the on architecture
2019-01-24 17:51:14 +00:00
if [ -z "SKIP_VALIDATE" ]; then
./validate
fi
Initial Commit
2019-01-01 08:23:01 +00:00
./build
./package