We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a53d2ce commit c81bbb9Copy full SHA for c81bbb9
.github/workflows/Release.yaml
@@ -21,4 +21,7 @@ jobs:
21
with:
22
image : molssi-seamm/seamm-packmol
23
description: A Packmol executable packaged for use with SEAMM or standalone
24
+ # Can limit platforms, e.g., linux/amd64, linux/arm64
25
+ platforms: linux/amd64
26
secrets: inherit
27
+
0 commit comments