Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #280
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: [push, pull_request] | |
jobs: | |
build_simppru_job: | |
runs-on: ubuntu-latest | |
name: This will build simppru on arm32 machine | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: preconfig | |
run: sudo docker run --rm --privileged multiarch/qemu-user-static --reset -p yes | |
- name: build inside docker arm32 | |
uses: ./.github/action_build_arm32 | |
- name: postconfig | |
run: ls build -l |