Remove macos arm64 package (#3052)

* Remove arm64 macOS package from releases

* Remove macOS arm64 instructions from pipeline
This commit is contained in:
Felix Häusler 2022-02-20 17:11:18 +01:00 committed by GitHub
parent 3a70b848b6
commit 20b7a9dab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 5 deletions

View File

@ -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.

View File

@ -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

View File

@ -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: