Skip to content

Commit 3d64a74

Browse files
committed
Use musl for old distro
1 parent 5338809 commit 3d64a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux/build/tools/01-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ helm plugin install https://github.com/databus23/helm-diff
2222
curl -o /var/runner/tools/bin/helmfile -L "https://github.com/roboll/helmfile/releases/download/v0.144.0/helmfile_linux_amd64"
2323
chmod +x /var/runner/tools/bin/helmfile
2424

25-
curl -o /var/runner/tools/bin/docuum -L "https://github.com/stepchowfun/docuum/releases/download/v0.26.0/docuum-x86_64-unknown-linux-gnu"
25+
curl -o /var/runner/tools/bin/docuum -L "https://github.com/stepchowfun/docuum/releases/download/v0.26.0/docuum-x86_64-unknown-linux-musl"
2626
chmod +x /var/runner/tools/bin/docuum

0 commit comments

Comments
 (0)