From 51a65b18466175e2dbdbe29bbd425ba4e0144cb8 Mon Sep 17 00:00:00 2001 From: Jono Hill Date: Mon, 22 Jul 2019 20:15:15 +1200 Subject: [PATCH] Fix example --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 8abbf27..9713136 100644 --- a/readme.md +++ b/readme.md @@ -27,6 +27,7 @@ build: before_script: - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY script: + - update-binfmts --enable # Important: Ensures execution of other binary formats is enabled in the kernel - docker buildx build --platform linux/arm/v7,local --pull -t "$CI_REGISTRY_IMAGE" --push . ```