mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 12:40:05 +00:00
CI mac: added arch string
to identify if the build is arm64 or x86_64
This commit is contained in:
5
.github/scripts/environment.sh
vendored
5
.github/scripts/environment.sh
vendored
@@ -14,6 +14,11 @@ else
|
||||
TAG=$VERSION
|
||||
fi
|
||||
|
||||
# include platform on mac in version string
|
||||
if [ "$(uname -s)" = Darwin ]; then
|
||||
VERSION="$(uname -m)-$VERSION"
|
||||
fi
|
||||
|
||||
if [ -z "${CHANNEL-}" ]; then
|
||||
CHANNEL=$VERSION
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user