mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
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:
parent
1ddc189b52
commit
3fb95869c6
2 changed files with 1 additions and 2 deletions
1
.github/settings.yml
vendored
1
.github/settings.yml
vendored
|
|
@ -13,4 +13,3 @@ repository:
|
|||
allow_merge_commit: false
|
||||
allow_rebase_merge: true
|
||||
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue