From 72b1a0a6edf9f3e931d55bddd88426146264787a Mon Sep 17 00:00:00 2001 From: Henrik Jess Nielsen Date: Mon, 1 Jun 2026 22:44:46 +0200 Subject: [PATCH] Deploy to int node instead of autobox autobox exits 132 (SIGILL) - try int node which may support the required CPU features. --- kreuzberg.nomad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kreuzberg.nomad b/kreuzberg.nomad index dab854d..138ce58 100644 --- a/kreuzberg.nomad +++ b/kreuzberg.nomad @@ -26,7 +26,7 @@ job "fil" { constraint { attribute = "${node.unique.name}" - value = "autobox.i80.dk" + value = "int" } update {