gremlin: auto-fix swarm/manyfold.yaml (2 issues fixed)
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions

- Added aarch64 exclusion for "manyfold"
  - Added arm exclusion for "manyfold"
This commit is contained in:
traveler 2026-04-28 21:07:33 -05:00
parent c30dbfcb71
commit cd055029e6

View file

@ -44,6 +44,10 @@ services:
- netgrimoire - netgrimoire
deploy: deploy:
placement:
constraints:
- node.platform.arch != arm
- node.platform.arch != aarch64
labels: labels:
homepage.group: "PNCHarris Apps" homepage.group: "PNCHarris Apps"
homepage.name: ManyFold homepage.name: ManyFold