-
Notifications
You must be signed in to change notification settings - Fork 523
Closed
Description
I noticed on the releases the the PowerPC releases were named tini-ppc64el
. This there any reason behind this?
When running on ppc64le
, uname
and other architecture identifiers return PowerPC as ppc64le
not ppc64el
. This naming confusion is causing problems with automation, since I usually just grab uname -m
or System.getProperty("os.arch")
, and form the URL for the download.
Like this:
ADD https://github.com/krallin/tini/releases/download/v0.18.0/tini-${tini_suffix} /tini
${tini_suffix}
being the result I get back from uname -m
or System.getProperty("os.arch")
.
Is there anyway you would be willing to change this?
Metadata
Metadata
Assignees
Labels
No labels