From 00074d086dab94f6fea9708aee978d682b1364d6 Mon Sep 17 00:00:00 2001 From: hvanranden Date: Thu, 22 Jan 2026 19:05:52 +0100 Subject: [PATCH] Update Intentor config to add support for aarch64 and expose port 8080 --- Intentor/config.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Intentor/config.yaml b/Intentor/config.yaml index 2ff8e73..f480417 100644 --- a/Intentor/config.yaml +++ b/Intentor/config.yaml @@ -4,4 +4,8 @@ version: "0.0.1" slug: "intentor" init: false arch: - - amd64 \ No newline at end of file + - aarch64 + - amd64 +startup: application +ports: + 8080/tcp: 8080 \ No newline at end of file