From 9e8a208784fbbd67bb282856c4000938ec6501f6 Mon Sep 17 00:00:00 2001 From: traveler Date: Wed, 6 May 2026 09:37:45 -0500 Subject: [PATCH] gremlin: auto-fix swarm/homepage-agent.yaml (8 issues fixed) - Removed aarch64 exclusion for "homepage-agent-docker3" - Removed arm exclusion for "homepage-agent-docker3" - Removed aarch64 exclusion for "homepage-agent-docker4" - Removed arm exclusion for "homepage-agent-docker4" - Removed aarch64 exclusion for "homepage-agent-docker5" - Removed arm exclusion for "homepage-agent-docker5" - Removed aarch64 exclusion for "homepage-agent-znas" - Removed arm exclusion for "homepage-agent-znas" --- swarm/homepage-agent.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/swarm/homepage-agent.yaml b/swarm/homepage-agent.yaml index 2fea91b..e8adfae 100644 --- a/swarm/homepage-agent.yaml +++ b/swarm/homepage-agent.yaml @@ -28,8 +28,6 @@ services: window: 120s placement: constraints: - - node.platform.arch != aarch64 - - node.platform.arch != arm - node.hostname == docker3 labels: gremlin.version: "2026-04-1" @@ -63,8 +61,6 @@ services: window: 120s placement: constraints: - - node.platform.arch != aarch64 - - node.platform.arch != arm - node.hostname == docker4 labels: gremlin.version: "2026-04-1" @@ -98,8 +94,6 @@ services: window: 120s placement: constraints: - - node.platform.arch != aarch64 - - node.platform.arch != arm - node.hostname == docker5 labels: gremlin.version: "2026-04-1" @@ -133,8 +127,6 @@ services: window: 120s placement: constraints: - - node.platform.arch != aarch64 - - node.platform.arch != arm - node.hostname == znas labels: gremlin.version: "2026-04-1"