From 6ae19094a0e4536d89ae4c76841827b2dde45f69 Mon Sep 17 00:00:00 2001 From: Fred Clausen <43556888+fredclausen@users.noreply.github.com> Date: Tue, 5 Dec 2023 09:09:24 -0700 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cffccc9..7497708 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -66,7 +66,7 @@ jobs: dockerhub_repo: adsbhub #legacy ghcr_repo_owner: ${{ github.repository_owner }} ghcr_repo: ${{ github.repository }} - platform_linux_arm32v6_enabled: true + platform_linux_arm32v6_enabled: false platform_linux_i386_enabled: false get_version_method: file_in_container:file=/CONTAINER_VERSION # set build_latest to true if github.event.inputs.use_test_image is false