We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8857fa2 commit 25525f7Copy full SHA for 25525f7
build.sh
@@ -148,7 +148,7 @@ setup_emoflon_headless_local_updatesite () {
148
elif [[ "$OS" = "windows" ]]; then
149
log "Using a runner on Windows."
150
UPDATESITES+=",file://$(echo $PWD | sed -e 's/\/mnt\///g' | sed -e 's/^\///' -e 's/\//\\/g' -e 's/^./\0:/')\tmp\emoflon-headless\\"
151
- elif [[ "$OS" = "macos" ]]; then
+ elif [[ "$OS" = "macos" ]] || [[ "$OS" = "macosarm" ]]; then
152
log "Using a runner on macOS."
153
UPDATESITES+=",file://$PWD/tmp/emoflon-headless/"
154
fi
0 commit comments