Update .cirrus.yml

pull/301/head
Michel Promonet 2 years ago committed by GitHub
parent 9af7e4ff34
commit 6b7e20131d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,4 +8,6 @@ linuxarmv6_docker_builder:
script: docker build -t $CIRRUS_REPO_FULL_NAME:cirrus-armv6 . -f Dockerfile.rpi --build-arg ARCH=armv6l
linuxarm64_docker_builder:
script: docker build -t $CIRRUS_REPO_FULL_NAME:cirrus-arm64 . -f Dockerfile.arm64
script: |
docker run --rm --privileged hypriot/qemu-register
docker build -t $CIRRUS_REPO_FULL_NAME:cirrus-arm64 . -f Dockerfile.arm64

Loading…
Cancel
Save