mirror of
https://github.com/ivabus/gui
synced 2025-06-08 00:00:27 +03:00
#109 skip notarization
This commit is contained in:
parent
bd59ad80fa
commit
7413873974
1 changed files with 7 additions and 6 deletions
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
|
@ -128,10 +128,9 @@ jobs:
|
||||||
# - os: ubuntu-latest
|
# - os: ubuntu-latest
|
||||||
# name: linux+x86-64
|
# name: linux+x86-64
|
||||||
# id: linux
|
# id: linux
|
||||||
# TODO: skip temp until new m1 arrives
|
- os: [self-hosted, macOS, ARM64]
|
||||||
# - os: [self-hosted, macOS, ARM64]
|
name: darwin+aarch64
|
||||||
# name: darwin+aarch64
|
id: mac_m1
|
||||||
# id: mac_m1
|
|
||||||
# - os: [self-hosted, linux, ARM64]
|
# - os: [self-hosted, linux, ARM64]
|
||||||
# name: linux+aarch64
|
# name: linux+aarch64
|
||||||
container: ${{ matrix.platform.container }}
|
container: ${{ matrix.platform.container }}
|
||||||
|
@ -155,8 +154,10 @@ jobs:
|
||||||
APPLE_CERTIFICATE: ${{ secrets.GUI_APPLE_CERTIFICATE }}
|
APPLE_CERTIFICATE: ${{ secrets.GUI_APPLE_CERTIFICATE }}
|
||||||
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.GUI_APPLE_CERTIFICATE_PASSWORD }}
|
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.GUI_APPLE_CERTIFICATE_PASSWORD }}
|
||||||
APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
|
APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
|
||||||
APPLE_ID: ${{ secrets.APPLE_ID }}
|
# TODO: uncomment once isolated m1 runner is setup with latest xcode
|
||||||
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
|
# only used for notarization
|
||||||
|
# APPLE_ID: ${{ secrets.APPLE_ID }}
|
||||||
|
# APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
|
||||||
with:
|
with:
|
||||||
target: build
|
target: build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue