Fix example

This commit is contained in:
Jono Hill
2019-07-22 20:15:15 +12:00
parent 8c3f4d7751
commit 51a65b1846

View File

@ -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 .
```