From ca4d263fd3942029c272c577e095bae57986e3c6 Mon Sep 17 00:00:00 2001 From: Mikkel Schmidt Date: Tue, 14 May 2024 14:52:16 +0200 Subject: [PATCH] Enable 64-bit build --- .github/workflow_config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflow_config.yml b/.github/workflow_config.yml index 01bbac678..a9f78672d 100644 --- a/.github/workflow_config.yml +++ b/.github/workflow_config.yml @@ -23,7 +23,7 @@ buildtest: # - orangepi/orangepi_zero2 # Raspberry Pi OS based images - raspberry/rpi32 - # - raspberry/rpi64 + - raspberry/rpi64 # This is used to setup release build chain. # Each entry will be used in setup matrix for releases @@ -36,4 +36,4 @@ release: # - orangepi/orangepi_zero2 # Raspberry Pi OS based images - raspberry/rpi32 - # - raspberry/rpi64 + - raspberry/rpi64