File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -94,19 +94,6 @@ function extract-all() {
94
94
local dist=$1
95
95
96
96
echo " Extracting packages for ${dist} from ${PACKAGE_IMAGE} "
97
-
98
- if [ $dist == " ubuntu18.04" ]; then
99
- set -x
100
- # We need to publish the libnvidia-container0 packages to the kitmaker repository as a once off operation.
101
- # We include the packages here so that these will be added to the archive for the ubuntu18.04 arm64 packages.
102
- mkdir -p " ${ARTIFACTS_DIR} /packages/ubuntu18.04/arm64/"
103
- curl -L " https://nvidia.github.io/libnvidia-container/ubuntu18.04/arm64/libnvidia-container0_0.10.0+jetpack_arm64.deb" \
104
- --output " ${ARTIFACTS_DIR} /packages/ubuntu18.04/arm64/libnvidia-container0_0.10.0+jetpack_arm64.deb"
105
- curl -L " https://nvidia.github.io/libnvidia-container/ubuntu18.04/arm64/libnvidia-container0_0.11.0+jetpack_arm64.deb" \
106
- --output " ${ARTIFACTS_DIR} /packages/ubuntu18.04/arm64/libnvidia-container0_0.11.0+jetpack_arm64.deb"
107
- set +x
108
- fi
109
-
110
97
# Extract every file for the specified dist-arch combiniation in MANIFEST.txt
111
98
grep " /${dist} /" " ${ARTIFACTS_DIR} /manifest.txt" | while read -r f ; do
112
99
package_name=" $( basename " $f " ) "
You can’t perform that action at this time.
0 commit comments