#!/bin/bash set -e # Default build config OS_TYPE="ubuntu2204" # Parse arguments if [[ "$1" == "-h" || "$1" == "--help" ]]; then cat <