test: add cross-build end-to-end test
This commit uses the new `build --arch=` support to perform a cross arch build for aarch64, ppc64le, riscv64, s390x on fedora. We could do also centos-9 each arch is already 20min.
This commit is contained in:
parent
8e6a6673f5
commit
cd1b5bae64
3 changed files with 30 additions and 0 deletions
2
.github/workflows/pytest.yaml
vendored
2
.github/workflows/pytest.yaml
vendored
|
|
@ -34,6 +34,8 @@ jobs:
|
|||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y python3-pytest golang
|
||||
- name: Install cross build dependencies
|
||||
run: sudo apt install -y qemu-user-static
|
||||
|
||||
- name: Run integration tests via pytest
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue