-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifests.yaml
39 lines (39 loc) · 2.73 KB
/
manifests.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# manifest.yaml is a matching of image URI to artifact URI
# We have 8 arm64 and 10 amd64 builds, with/without gpu, openmpi, mpich, rocky and ubuntu
images:
- name: ghcr.io/rse-ops/lammps-matrix:openmpi-ubuntu-22.04-arm64
artifact: ghcr.io/rse-ops/lammps-matrix:openmpi-ubuntu-22.04-arm64-compspec
- name: ghcr.io/rse-ops/lammps-matrix:openmpi-ubuntu-20.04-arm64
artifact: ghcr.io/rse-ops/lammps-matrix:openmpi-ubuntu-20.04-arm64-compspec
- name: ghcr.io/rse-ops/lammps-matrix:mpich-ubuntu-20.04-arm64
artifact: ghcr.io/rse-ops/lammps-matrix:mpich-ubuntu-20.04-arm64-compspec
- name: ghcr.io/rse-ops/lammps-matrix:mpich-ubuntu-22.04-arm64
artifact: ghcr.io/rse-ops/lammps-matrix:mpich-ubuntu-22.04-arm64-compspec
- name: ghcr.io/rse-ops/lammps-matrix:openmpi-ubuntu-gpu-22.04-arm64
artifact: ghcr.io/rse-ops/lammps-matrix:openmpi-ubuntu-gpu-22.04-arm64-compspec
- name: ghcr.io/rse-ops/lammps-matrix:openmpi-ubuntu-gpu-20.04-arm64
artifact: ghcr.io/rse-ops/lammps-matrix:openmpi-ubuntu-gpu-20.04-arm64-compspec
- name: ghcr.io/rse-ops/lammps-matrix:openmpi-rocky-gpu-9-arm64
artifact: ghcr.io/rse-ops/lammps-matrix:openmpi-rocky-gpu-9-arm64-compspec
- name: ghcr.io/rse-ops/lammps-matrix:openmpi-rocky-gpu-8-arm64
artifact: ghcr.io/rse-ops/lammps-matrix:openmpi-rocky-gpu-8-arm64-compspec
- name: ghcr.io/rse-ops/lammps-matrix:openmpi-ubuntu-22.04-amd64
artifact: ghcr.io/rse-ops/lammps-matrix:openmpi-ubuntu-22.04-amd64-compspec
- name: ghcr.io/rse-ops/lammps-matrix:mpich-ubuntu-20.04-amd64
artifact: ghcr.io/rse-ops/lammps-matrix:mpich-ubuntu-20.04-amd64-compspec
- name: ghcr.io/rse-ops/lammps-matrix:openmpi-ubuntu-20.04-amd64
artifact: ghcr.io/rse-ops/lammps-matrix:openmpi-ubuntu-20.04-amd64-compspec
- name: ghcr.io/rse-ops/lammps-matrix:mpich-ubuntu-22.04-amd64
artifact: ghcr.io/rse-ops/lammps-matrix:mpich-ubuntu-22.04-amd64-compspec
- name: ghcr.io/rse-ops/lammps-matrix:intel-mpi-rocky-9-amd64
artifact: ghcr.io/rse-ops/lammps-matrix:intel-mpi-rocky-9-amd64-compspec
- name: ghcr.io/rse-ops/lammps-matrix:intel-mpi-rocky-8-amd64
artifact: ghcr.io/rse-ops/lammps-matrix:intel-mpi-rocky-8-amd64-compspec
- name: ghcr.io/rse-ops/lammps-matrix:openmpi-ubuntu-gpu-20.04-amd64
artifact: ghcr.io/rse-ops/lammps-matrix:openmpi-ubuntu-gpu-20.04-amd64-compspec
- name: ghcr.io/rse-ops/lammps-matrix:openmpi-ubuntu-gpu-22.04-amd64
artifact: ghcr.io/rse-ops/lammps-matrix:openmpi-ubuntu-gpu-22.04-amd64-compspec
- name: ghcr.io/rse-ops/lammps-matrix:openmpi-rocky-gpu-9-amd64
artifact: ghcr.io/rse-ops/lammps-matrix:openmpi-rocky-gpu-9-amd64-compspec
- name: ghcr.io/rse-ops/lammps-matrix:openmpi-rocky-gpu-8-amd64
artifact: ghcr.io/rse-ops/lammps-matrix:openmpi-rocky-gpu-8-amd64-compspec