Resolve KASM-4031 "Feature/ alpine 317"
This commit is contained in:
committed by
Matthew McClaskey
parent
a2c49f6d89
commit
20876547a1
@@ -10,6 +10,8 @@ detect_package_format() {
|
||||
package_format=rpm
|
||||
if ls builder/dockerfile*"$os"* | grep -q .deb.build; then
|
||||
package_format=deb
|
||||
elif ls builder/dockerfile*"$os"* | grep -q .apk.build; then
|
||||
package_format=apk
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user