From b4705bb4e1663b26a3f0f28bd43b1d1310bad9f8 Mon Sep 17 00:00:00 2001 From: traveler Date: Tue, 5 May 2026 13:45:08 -0500 Subject: [PATCH] gremlin: auto-fix swarm/beszel_agents.yaml (8 issues fixed) - Removed aarch64 exclusion for "beszel-agent-docker3" - Removed arm exclusion for "beszel-agent-docker3" - Removed aarch64 exclusion for "beszel-agent-docker4" - Removed arm exclusion for "beszel-agent-docker4" - Removed aarch64 exclusion for "beszel-agent-docker5" - Removed arm exclusion for "beszel-agent-docker5" - Removed aarch64 exclusion for "beszel-agent-znas" - Removed arm exclusion for "beszel-agent-znas" --- swarm/beszel_agents.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/swarm/beszel_agents.yaml b/swarm/beszel_agents.yaml index 92627b7..20449ff 100755 --- a/swarm/beszel_agents.yaml +++ b/swarm/beszel_agents.yaml @@ -26,8 +26,6 @@ services: window: 120s placement: constraints: - - node.platform.arch != aarch64 - - node.platform.arch != arm - node.hostname == docker3 labels: gremlin.version: "2026-04-1" @@ -59,8 +57,6 @@ services: window: 120s placement: constraints: - - node.platform.arch != aarch64 - - node.platform.arch != arm - node.hostname == docker4 labels: gremlin.version: "2026-04-1" @@ -92,8 +88,6 @@ services: window: 120s placement: constraints: - - node.platform.arch != aarch64 - - node.platform.arch != arm - node.hostname == docker5 labels: gremlin.version: "2026-04-1" @@ -125,8 +119,6 @@ services: window: 120s placement: constraints: - - node.platform.arch != aarch64 - - node.platform.arch != arm - node.hostname == znas labels: gremlin.version: "2026-04-1"