mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-16 04:17:56 +08:00
add minimal features set
This commit is contained in:
@@ -9,6 +9,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
feature: [full, minimal]
|
||||
include:
|
||||
- target: aarch64-darwin
|
||||
os: macos-14
|
||||
@@ -45,11 +46,11 @@ jobs:
|
||||
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
|
||||
extraPullNames: nix-community
|
||||
- name: Build release
|
||||
run: nix build .#cross-${{ matrix.target }}
|
||||
run: nix build .#cross-${{ matrix.target }}${{ matrix.feature == 'minimal' && '-minimal' || '' }}
|
||||
- name: Upload release
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: himalaya-${{ matrix.target }}
|
||||
name: himalaya${{ matrix.feature == 'minimal' && '-minimal' || '' }}-${{ matrix.target }}
|
||||
path: result/bin/himalaya*
|
||||
- name: Upload share folder
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user