feat(nightly): do not build arm64 variant by default

For now arm64 builds are only done once per month due to the high cost
of using the M1-based runners.
This commit is contained in:
2023-11-20 09:30:51 +00:00
parent 196270a3f4
commit b841bc77b9

View File

@@ -12,7 +12,7 @@ on:
arm64:
description: "Build arm64 version of Emacs?"
required: false
default: true
default: false
type: boolean
jobs: