feat: Add platform arg to force building a specific architecture
This commit is contained in:
parent
20d1950530
commit
75eae89e4a
22 changed files with 408 additions and 71 deletions
|
|
@ -46,6 +46,7 @@ color_string() {
|
|||
|
||||
# Parse OS version and export it
|
||||
export OS_VERSION=$(grep -Po "(?<=VERSION_ID=)\d+" /usr/lib/os-release)
|
||||
export OS_ARCH=$(uname -m)
|
||||
|
||||
# Export functions for use in sub-shells or sourced scripts
|
||||
export -f get_yaml_array
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue