mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-12-02 11:47:57 +08:00
chore(workflows): remove m1 build step
This commit is contained in:
parent
036e568f1b
commit
39c819040d
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-latest, macos-latest, macos-12, ubuntu-latest]
|
os: [windows-latest, macos-12, ubuntu-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out git repository
|
- name: Check out git repository
|
||||||
|
@ -96,11 +96,7 @@ const config: Configuration = {
|
|||||||
// target: ['dmg', 'zip']
|
// target: ['dmg', 'zip']
|
||||||
target: [
|
target: [
|
||||||
{
|
{
|
||||||
target: 'dmg',
|
target: 'default',
|
||||||
arch: ['x64', 'arm64']
|
|
||||||
},
|
|
||||||
{
|
|
||||||
target: 'zip',
|
|
||||||
arch: ['x64', 'arm64']
|
arch: ['x64', 'arm64']
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user