Skip to content

Commit

Permalink
test: fix daily tests environment setup
Browse files Browse the repository at this point in the history
Signed-off-by: Timofey Kirillov <timofey.kirillov@flant.com>
  • Loading branch information
distorhead committed Mar 29, 2023
1 parent 838baef commit f0d2c00
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/_test_e2e_per-k8s-version.yml
Expand Up @@ -45,7 +45,10 @@ jobs:
timeout-minutes: ${{ inputs.timeout }}
steps:
- name: Install system dependencies
run: sudo apt-get install -y libbtrfs-dev buildah
run: sudo apt-get install -y libbtrfs-dev buildah qemu-user qemu-user-binfmt

- name: Prepare system for multiarch builds
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes

- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit f0d2c00

Please sign in to comment.