mirror of
https://github.com/jimeh/emacs-builds.git
synced 2026-02-19 08:26:40 +00:00
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:
2
.github/workflows/nightly-master.yml
vendored
2
.github/workflows/nightly-master.yml
vendored
@@ -12,7 +12,7 @@ on:
|
||||
arm64:
|
||||
description: "Build arm64 version of Emacs?"
|
||||
required: false
|
||||
default: true
|
||||
default: false
|
||||
type: boolean
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user