mirror of
https://github.com/marktext/marktext.git
synced 2025-05-03 04:39:47 +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 command-line image uploader.
|
||||||
- Added regular expression group replacement to searcher.
|
- Added regular expression group replacement to searcher.
|
||||||
- Added PlantUML diagram support.
|
- Added PlantUML diagram support.
|
||||||
- Added support for Apple M1 (arm64).
|
|
||||||
- Added support for chemical equations in math mode.
|
- Added support for chemical equations in math mode.
|
||||||
- Added automatic call to search for find-in-file when the pane is opened.
|
- Added automatic call to search for find-in-file when the pane is opened.
|
||||||
- Open local non-markdown files in default application.
|
- 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
|
sha256sum build/marktext-*.rpm
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
# shasum -a 256 build/marktext-arm64-mac.zip
|
||||||
|
# shasum -a 256 build/marktext-arm64.dmg
|
||||||
- name: Calculate checksums
|
- name: Calculate checksums
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
shasum -a 256 build/marktext-arm64-mac.zip
|
|
||||||
shasum -a 256 build/marktext-x64-mac.zip
|
shasum -a 256 build/marktext-x64-mac.zip
|
||||||
shasum -a 256 build/marktext-arm64.dmg
|
|
||||||
shasum -a 256 build/marktext-x64.dmg
|
shasum -a 256 build/marktext-x64.dmg
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
@ -80,9 +80,9 @@ mac:
|
|||||||
darkModeSupport: true
|
darkModeSupport: true
|
||||||
target:
|
target:
|
||||||
- target: dmg
|
- target: dmg
|
||||||
arch: [x64, arm64]
|
arch: [x64]
|
||||||
- target: zip
|
- target: zip
|
||||||
arch: [x64, arm64]
|
arch: [x64]
|
||||||
dmg:
|
dmg:
|
||||||
artifactName: "marktext-${arch}.${ext}"
|
artifactName: "marktext-${arch}.${ext}"
|
||||||
contents:
|
contents:
|
||||||
|
Loading…
Reference in New Issue
Block a user