gremlin: auto-fix swarm/wiki.yaml (4 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

- Removed aarch64 exclusion for "wikijs-db"
  - Removed arm exclusion for "wikijs-db"
  - Removed aarch64 exclusion for "wikijs"
  - Removed arm exclusion for "wikijs"
This commit is contained in:
traveler 2026-05-02 21:53:49 -05:00
parent f74f9fa00f
commit 5630285daa

View file

@ -40,8 +40,6 @@ services:
window: 60s
placement:
constraints:
- node.platform.arch != aarch64
- node.platform.arch != arm
labels:
gremlin.version: "2026-04-1"
gremlin.uid.exempt: "true"
@ -83,8 +81,6 @@ services:
window: 60s
placement:
constraints:
- node.platform.arch != aarch64
- node.platform.arch != arm
labels:
gremlin.version: "2026-04-1"
gremlin.port: "3000"