Skip to content

Commit

Permalink
fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Oct 19, 2024
1 parent 2848f5c commit fe13fd4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Ubuntu aarch64 (GCC 12)
name: Ubuntu arm64v8 (GCC 12)

on:
pull_request:
Expand Down Expand Up @@ -29,9 +29,10 @@ jobs:
name: Build and Test
id: runcmd
with:
arch: aarch64
arch: none
githubToken: ${{ github.token }}
distro: ubuntu22.04
distro: none
base_image: '--platform=linux/arm64v8 arm64v8/ubuntu:latest'
install: |
apt-get update -q -y
apt-get install -y cmake make g++-12 ninja-build git gcc-12
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/ubuntu-s390x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ jobs:
name: Test
id: runcmd
with:
arch: s390x
distro: ubuntu_latest
arch: none
distro: none
githubToken: ${{ github.token }}
base_image: '--platform=linux/s390x s390x/ubuntu:latest'
install: |
apt-get update -q -y
apt-get install -y cmake make g++ git ninja-build
Expand Down

0 comments on commit fe13fd4

Please sign in to comment.