From 8656422775877680becf2af45b80518ac3747057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Ruiz?= Date: Fri, 27 Sep 2024 11:42:14 +0200 Subject: [PATCH] Build x64 and arm64 packages by default --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b4e4676746d9c..0bd7582691ded 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ on: architecture: description: '[ "x64", "arm64" ]' type: string - default: '[ "arm64" ]' + default: '[ "x64", "arm64" ]' checksum: description: "Checksum ?" type: boolean @@ -64,7 +64,7 @@ on: architecture: description: '[ "x64", "arm64" ]' type: string - default: '[ "arm64" ]' + default: '[ "x64", "arm64" ]' checksum: description: "Checksum ?" type: boolean