From 5630285daa0c7ae27acbf342bf29291ccf35c903 Mon Sep 17 00:00:00 2001 From: traveler Date: Sat, 2 May 2026 21:53:49 -0500 Subject: [PATCH] gremlin: auto-fix swarm/wiki.yaml (4 issues fixed) - Removed aarch64 exclusion for "wikijs-db" - Removed arm exclusion for "wikijs-db" - Removed aarch64 exclusion for "wikijs" - Removed arm exclusion for "wikijs" --- swarm/wiki.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/swarm/wiki.yaml b/swarm/wiki.yaml index 70f06d3..06c42e7 100755 --- a/swarm/wiki.yaml +++ b/swarm/wiki.yaml @@ -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"