Skip to content

Commit

Permalink
fix(builder): push arm64/v8 to docker hub (#841)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shangru-WU committed Oct 21, 2020
1 parent 8489974 commit d8eb0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/lib/create-manifest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ for platform in ${PLATFORMS}; do
arch=${platform#*_}
variant=""
if [ ${arch} == "arm64" ]; then
variant="--variant unknown"
variant="--variant v8"
fi

docker manifest create --amend ${DES_REGISTRY}:${VERSION} \
Expand Down

0 comments on commit d8eb0b0

Please sign in to comment.