Skip to content

Commit fc99979

Browse files
committed
wip
1 parent 764854f commit fc99979

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

.github/workflows/release.yml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
tags:
66
- "v*.*.*"
7+
# TODO:
8+
branches:
9+
- "wm-*"
710
schedule:
811
# Daily at 00:00
912
- cron: "0 0 * * *"
@@ -78,14 +81,16 @@ jobs:
7881
fail-fast: false
7982
matrix:
8083
include:
81-
- platform: macos-15
82-
gui_target: "aarch64-apple-darwin"
83-
- platform: macos-15
84-
gui_target: "x86_64-apple-darwin"
85-
- platform: windows-2022
86-
gui_target: "x86_64-pc-windows-msvc"
87-
- platform: ubuntu-22.04
88-
gui_target: "x86_64-unknown-linux-gnu"
84+
# - platform: macos-15
85+
# gui_target: "aarch64-apple-darwin"
86+
# - platform: macos-15
87+
# gui_target: "x86_64-apple-darwin"
88+
# - platform: windows-2022
89+
# gui_target: "x86_64-pc-windows-msvc"
90+
- platform: ubuntu-22.04-arm
91+
gui_target: "aarch64-unknown-linux-gnu"
92+
# - platform: ubuntu-22.04
93+
# gui_target: "x86_64-unknown-linux-gnu"
8994
runs-on: ${{ matrix.platform }}
9095
steps:
9196
- name: Checkout repository
@@ -177,6 +182,7 @@ jobs:
177182
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
178183
MIX_ENV: prod
179184
MIX_TARGET: app_next
185+
NO_STRIP: ${{ runner.os == 'Linux' && runner.arch == 'ARM64' && 'true' || '' }}
180186
# macOS codesigning/notarization
181187
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE_P12_BASE64 }}
182188
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_P12_PASSWORD }}

0 commit comments

Comments
 (0)