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