From 4a2a0d0faf08226eb0c234293ed9bfc2787ecee2 Mon Sep 17 00:00:00 2001 From: Miguel Ruiz Date: Mon, 20 Nov 2023 14:42:22 +0100 Subject: [PATCH] [bitnami/airflow] Enable ARM and increase container-image-package timeout (#53023) Signed-off-by: Miguel Ruiz --- .vib/airflow-scheduler/vib-verify.json | 6 ++++-- .vib/airflow-worker/vib-verify.json | 6 ++++-- .vib/airflow/vib-verify.json | 6 ++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.vib/airflow-scheduler/vib-verify.json b/.vib/airflow-scheduler/vib-verify.json index beb4fc666596..1bee81b56419 100644 --- a/.vib/airflow-scheduler/vib-verify.json +++ b/.vib/airflow-scheduler/vib-verify.json @@ -19,8 +19,10 @@ } }, "architectures": [ - "linux/amd64" - ] + "linux/amd64", + "linux/arm64" + ], + "timeout_minutes": 50 } }, { diff --git a/.vib/airflow-worker/vib-verify.json b/.vib/airflow-worker/vib-verify.json index d1083aca0452..270e9b02f138 100644 --- a/.vib/airflow-worker/vib-verify.json +++ b/.vib/airflow-worker/vib-verify.json @@ -19,8 +19,10 @@ } }, "architectures": [ - "linux/amd64" - ] + "linux/amd64", + "linux/arm64" + ], + "timeout_minutes": 50 } }, { diff --git a/.vib/airflow/vib-verify.json b/.vib/airflow/vib-verify.json index 7e79de6ce061..c520d67a8fbb 100644 --- a/.vib/airflow/vib-verify.json +++ b/.vib/airflow/vib-verify.json @@ -19,8 +19,10 @@ } }, "architectures": [ - "linux/amd64" - ] + "linux/amd64", + "linux/arm64" + ], + "timeout_minutes": 50 } }, {