This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
k3s
Watch
1
Star
0
Fork
You've already forked k3s
0
mirror of
https://github.com/k3s-io/k3s.git
synced
2026-04-22 06:38:41 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3
c73e9187bb
k3s
/
scripts
/
ci
11 lines
106 B
Text
Raw
Normal View
History
Unescape
Escape
Initial Commit
2019-01-01 03:23:01 -05: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 12:51:14 -05:00
if [ -z "SKIP_VALIDATE" ]; then
./validate
fi
Initial Commit
2019-01-01 03:23:01 -05:00
./build
./package
Reference in a new issue
Copy permalink