Skip to content

Commit

Permalink
GHI #20 Add s390x architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
doodspav committed Nov 23, 2023
1 parent 5762b00 commit 92f4ed4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-warning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ jobs:
# short form here so that it doesn't take up the whole GitHub Action name
architecture:
- aarch64
- s390x
compiler:
- clang
- gcc
Expand Down Expand Up @@ -161,6 +162,8 @@ jobs:
# architecture -> triple
- architecture: aarch64
triple: aarch64-linux-gnu
- architecture: s390x
triple: s390x-linux-gnu

steps:
- name: Install Toolchains and Qemu
Expand Down

0 comments on commit 92f4ed4

Please sign in to comment.