mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
Merge pull request #761 from edoapra/master
update for docker github actions
This commit is contained in:
commit
8c71fbd39a
1 changed files with 2 additions and 1 deletions
3
.github/workflows/docker_actions.yml
vendored
3
.github/workflows/docker_actions.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue