File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ dnf -y makecache
2626EORUN
2727
2828FROM base as tools
29- # renovate: datasource=github-releases depName=block/goose
30- ARG gooseversion=v1.11.1
3129# renovate: datasource=github-releases depName=bootc-dev/bcvk
3230ARG bcvkversion=v0.9.0
3331# renovate: datasource=github-releases depName=ossf/scorecard
@@ -38,14 +36,6 @@ arch=$(arch)
3836
3937rm -vrf /usr/local/bin/*
4038
41- # goose is a single static binary
42- target=goose-${arch}-unknown-linux-gnu.tar.bz2
43- /bin/time -f '%E %C' curl -fLO https://github.com/block/goose/releases/download/$gooseversion/$target
44- tar xvjf $target
45- mv goose /usr/local/bin/goose
46-
47- ## Other tools
48-
4939# bcvk
5040if test "${arch}" = x86_64; then
5141 td=$(mktemp -d)
Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ apt -y update
2626EORUN
2727
2828FROM base as tools
29- # renovate: datasource=github-releases depName=block/goose
30- ARG gooseversion=v1.11.1
3129# renovate: datasource=github-releases depName=bootc-dev/bcvk
3230ARG bcvkversion=v0.9.0
3331# renovate: datasource=github-releases depName=ossf/scorecard
@@ -38,12 +36,6 @@ arch=$(arch)
3836
3937rm -vrf /usr/local/bin/*
4038
41- # goose for local AI
42- target=goose-${arch}-unknown-linux-gnu.tar.bz2
43- /bin/time -f '%E %C' curl -fLO https://github.com/block/goose/releases/download/$gooseversion/$target
44- tar xvjf $target
45- mv goose /usr/local/bin/goose
46-
4739# bcvk
4840if test "${arch}" = x86_64; then
4941 td=$(mktemp -d)
You can’t perform that action at this time.
0 commit comments