Skip to content

Commit 19abdbc

Browse files
committed
Adding limitations to only use linux-64 Conda.
1 parent b326251 commit 19abdbc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/Docker.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ on:
99
jobs:
1010
docker:
1111
name: Docker
12+
env:
13+
# Psi4 on conda forge does not supply ARM versions
14+
CONDA_SUBDIR=linux-64
1215
uses: molssi-seamm/devops/.github/workflows/Docker.yaml@main
1316
with:
1417
image : molssi-seamm/seamm-psi4
1518
description: An Psi4 executable packaged for use with SEAMM or standalone
16-
platforms: linux/amd64
19+
# Can limit platforms, e.g., linux/amd64, linux/arm64
20+
# platforms: linux/amd64
1721
secrets: inherit

0 commit comments

Comments
 (0)