mirror of
https://github.com/marktext/marktext.git
synced 2025-05-02 06:29:26 +08:00
Remove macos arm64 package (#3052)
* Remove arm64 macOS package from releases * Remove macOS arm64 instructions from pipeline
This commit is contained in:
parent
3a70b848b6
commit
20b7a9dab6
1
.github/CHANGELOG.md
vendored
1
.github/CHANGELOG.md
vendored
@ -14,7 +14,6 @@ Mark Text is now MarkText! We'd like to thank all contributors and users that ha
|
||||
- Added command-line image uploader.
|
||||
- Added regular expression group replacement to searcher.
|
||||
- Added PlantUML diagram support.
|
||||
- Added support for Apple M1 (arm64).
|
||||
- Added support for chemical equations in math mode.
|
||||
- Added automatic call to search for find-in-file when the pane is opened.
|
||||
- Open local non-markdown files in default application.
|
||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -97,12 +97,12 @@ jobs:
|
||||
sha256sum build/marktext-*.rpm
|
||||
shell: bash
|
||||
|
||||
# shasum -a 256 build/marktext-arm64-mac.zip
|
||||
# shasum -a 256 build/marktext-arm64.dmg
|
||||
- name: Calculate checksums
|
||||
if: runner.os == 'macOS'
|
||||
run: |
|
||||
shasum -a 256 build/marktext-arm64-mac.zip
|
||||
shasum -a 256 build/marktext-x64-mac.zip
|
||||
shasum -a 256 build/marktext-arm64.dmg
|
||||
shasum -a 256 build/marktext-x64.dmg
|
||||
shell: bash
|
||||
|
||||
|
@ -80,9 +80,9 @@ mac:
|
||||
darkModeSupport: true
|
||||
target:
|
||||
- target: dmg
|
||||
arch: [x64, arm64]
|
||||
arch: [x64]
|
||||
- target: zip
|
||||
arch: [x64, arm64]
|
||||
arch: [x64]
|
||||
dmg:
|
||||
artifactName: "marktext-${arch}.${ext}"
|
||||
contents:
|
||||
|
Loading…
Reference in New Issue
Block a user