diff --git a/.github/settings.yml b/.github/settings.yml index 24d41207..fb74bdb5 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -13,4 +13,3 @@ repository: allow_merge_commit: false allow_rebase_merge: true - \ No newline at end of file diff --git a/asset-transfer-basic/chaincode-typescript/Dockerfile b/asset-transfer-basic/chaincode-typescript/Dockerfile index b2ee6a20..74623698 100644 --- a/asset-transfer-basic/chaincode-typescript/Dockerfile +++ b/asset-transfer-basic/chaincode-typescript/Dockerfile @@ -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