mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Improve asf arch detection in docker build hook
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# See: https://docs.docker.com/docker-hub/builds/advanced
|
||||
set -eu
|
||||
|
||||
asf_arch="$(echo "$DOCKER_TAG" | cut -d '-' -f 2)"
|
||||
asf_arch="$(echo "$DOCKER_TAG" | rev | cut -d '-' -f 1 | rev)"
|
||||
|
||||
case "$asf_arch" in
|
||||
"arm") dotnet_arch="-arm32v7" ;;
|
||||
|
||||
Reference in New Issue
Block a user