diff --git a/.cirrus.yml b/.cirrus.yml index 47e0ed3..f51d815 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -7,9 +7,9 @@ task: matrix: - JULIA_VERSION: 1.6 - JULIA_VERSION: 1 - # - name: Linux ARMv8 - # arm_container: - # image: ubuntu:latest + - name: Linux ARMv8 + arm_container: + image: ubuntu:latest env: - JULIA_VERSION: 1 - name: musl Linux @@ -17,13 +17,18 @@ task: image: alpine:3.14 env: - JULIA_VERSION: 1 - - name: macOS M1 + - name: MacOS M1 macos_instance: image: ghcr.io/cirruslabs/macos-monterey-base:latest env: - JULIA_VERSION: 1 install_script: | URL="https://raw.githubusercontent.com/ararslan/CirrusCI.jl/master/bin/install.sh" + set -x + if [ "$(uname -s)" = "Linux" ] && command -v apt; then + apt update + apt install -y curl + fi if command -v curl; then sh -c "$(curl ${URL})" elif command -v wget; then