Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:maxrd2:deps:toolkit
build-pkg2appimage
architecture.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File architecture.patch of Package build-pkg2appimage
diff --git a/functions.sh b/functions.sh index f92adef..cb1eac5 100644 --- a/functions.sh +++ b/functions.sh @@ -61,8 +61,9 @@ case "$(uname -i)" in SYSTEM_ARCH="i686";; esac ;; *) - echo "Unsupported system architecture" - exit 1;; + SYSTEM_ARCH="$(uname -i)" + echo "WARNING: Unsupported system architecture $SYSTEM_ARCH" + ;; esac # Either get the file from remote or from a static place.
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor