Merge pull request #761 from edoapra/master

update for docker github actions
This commit is contained in:
Edoardo Aprà 2023-03-29 16:21:33 -07:00 committed by GitHub
commit 8c71fbd39a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,10 +13,11 @@ jobs:
strategy:
fail-fast: false
matrix:
experimental: [false]
include:
- {folder: nwchem-dev, archs: linux/aarch64, fc: gfortran}
- {folder: nwchem-dev, archs: linux/ppc64le, fc: gfortran}
- {folder: nwchem-dev.xlf, archs: linux/ppc64le, fc: xlf}
- {folder: nwchem-dev.xlf, archs: linux/ppc64le, fc: xlf, experimental: true}
- {folder: nwchem-dev, archs: linux/arm/v7, fc: gfortran}
runs-on: ubuntu-latest