File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- name : Ubuntu aarch64 (GCC 12)
1+ name : Ubuntu arm64v8 (GCC 12)
22
33on :
44 pull_request :
2929 name : Build and Test
3030 id : runcmd
3131 with :
32- arch : aarch64
32+ arch : none
3333 githubToken : ${{ github.token }}
34- distro : ubuntu22.04
34+ distro : none
35+ base_image : ' --platform=linux/arm64v8 arm64v8/ubuntu:latest'
3536 install : |
3637 apt-get update -q -y
3738 apt-get install -y cmake make g++-12 ninja-build git gcc-12
Original file line number Diff line number Diff line change 2929 name : Test
3030 id : runcmd
3131 with :
32- arch : s390x
33- distro : ubuntu_latest
32+ arch : none
33+ distro : none
3434 githubToken : ${{ github.token }}
35+ base_image : ' --platform=linux/s390x s390x/ubuntu:latest'
3536 install : |
3637 apt-get update -q -y
3738 apt-get install -y cmake make g++ git ninja-build
You can’t perform that action at this time.
0 commit comments