Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #252
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 x86 machines | |
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 amd64 | |
uses: ./.github/action_build_amd64 | |
- name: postconfig | |
run: ls build -l |