Skip to content

Commit fe13fd4

Browse files
committed
fix build errors
1 parent 2848f5c commit fe13fd4

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/aarch64.yml renamed to .github/workflows/arm64v8.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Ubuntu aarch64 (GCC 12)
1+
name: Ubuntu arm64v8 (GCC 12)
22

33
on:
44
pull_request:
@@ -29,9 +29,10 @@ jobs:
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

.github/workflows/ubuntu-s390x.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ jobs:
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

0 commit comments

Comments
 (0)