mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 09:39:08 +00:00
* include riscv64 in target architectures Signed-off-by: Avi Deitcher <avi@deitcher.net> * add riscv64 to explicit packages Signed-off-by: Avi Deitcher <avi@deitcher.net> * cadvisor update to v0.51.0 and support for riscv64 Signed-off-by: Avi Deitcher <avi@deitcher.net> * update tools based on latest Signed-off-by: Avi Deitcher <avi@deitcher.net> * updated example dependencies of tools Signed-off-by: Avi Deitcher <avi@deitcher.net> * bump all test cases and example alpine:3.19 to alpine:3.21 Signed-off-by: Avi Deitcher <avi@deitcher.net> --------- Signed-off-by: Avi Deitcher <avi@deitcher.net>
11 lines
367 B
Diff
11 lines
367 B
Diff
--- build/build.sh.orig 2017-11-16 16:29:18.281342577 +0000
|
|
+++ build/build.sh 2017-11-16 16:29:55.534787421 +0000
|
|
@@ -47,6 +47,7 @@
|
|
-X ${repo_path}/version.BuildDate${ldseparator}${BUILD_DATE}
|
|
-X ${repo_path}/version.GoVersion${ldseparator}${go_version}"
|
|
|
|
+ldflags="$ldflags -extldflags \"-static\""
|
|
echo ">> building cadvisor"
|
|
|
|
if [ -n "$VERBOSE" ]; then
|