We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$arch
1 parent f107d8a commit c267a52Copy full SHA for c267a52
scripts/ingest-tarball.sh
@@ -156,6 +156,7 @@ function check_os() {
156
157
function check_arch() {
158
# Check if the architecture directory is correctly set for the contents of the tarball
159
+ arch=$(echo "${tar_first_file}" | cut -d / -f $(( $tar_contents_start_level + 2 )))
160
if [ -z "${arch}" ]
161
then
162
error "no architecture directory found in the tarball!"
0 commit comments