CI: move back gnss-sdr arch jobs to main, deactivate ppc64le and s390x

This commit is contained in:
Carles Fernandez 2023-04-06 08:33:42 +02:00
parent 8f995b5693
commit 08dcf3f88c
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@ on:
push:
branches:
- "**-archs"
- next
- main
workflow_dispatch:
jobs:
@ -32,12 +32,12 @@ jobs:
- arch: riscv64
distro: ubuntu22.04
compiler: { name: g++-12, cc: gcc-12, cxx: g++-12 }
- arch: ppc64le
distro: ubuntu22.04
compiler: { name: g++-12, cc: gcc-12, cxx: g++-12 }
- arch: s390x
distro: ubuntu22.04
compiler: { name: g++-12, cc: gcc-12, cxx: g++-12 }
# - arch: ppc64le
# distro: ubuntu22.04
# compiler: { name: g++-12, cc: gcc-12, cxx: g++-12 }
# - arch: s390x
# distro: ubuntu22.04
# compiler: { name: g++-12, cc: gcc-12, cxx: g++-12 }
steps:
- uses: actions/checkout@v3.1.0