name: Debian (Mips64) on: pull_request: push: release: types: [published] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: submodules: true - run: | docker run --rm --privileged multiarch/qemu-user-static:register --reset - uses: docker://multiarch/debian-debootstrap:mips64el-stretch with: args: > bash -c "uname -a && apt update && cd /github/workspace && ./scripts/get.sh __local__ && source ~/.xmake/profile && export XMAKE_ROOT=y && export XMAKE_TMPDIR=/tmp && xmake lua -v -D tests/run.lua && xrepo --version"