revert an accidental commit that was building the top-level asset-transfer as arm64

Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
This commit is contained in:
Josh Kneubuhl 2022-11-10 10:32:06 -05:00
parent 1ddc189b52
commit 3fb95869c6
2 changed files with 1 additions and 2 deletions

View file

@ -13,4 +13,3 @@ repository:
allow_merge_commit: false
allow_rebase_merge: true

View file

@ -16,7 +16,7 @@ ARG CC_SERVER_PORT
# Setup tini to work better handle signals
ENV TINI_VERSION v0.19.0
ENV PLATFORM=arm64
ENV PLATFORM=amd64
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-${PLATFORM} /tini
RUN chmod +x /tini