Skip to content

Commit

Permalink
draft: experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
pamburus committed Dec 17, 2024
1 parent bccf6b5 commit 88b9941
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: Publish

on:
push:
branches: [master, release/*]
tags:
- 'v*.*.*'
pull_request:
branches: [master, release/*]

jobs:
publish:
Expand All @@ -16,14 +19,15 @@ jobs:
strategy:
matrix:
name:
- linux-x86-gnu
- linux-x86-musl
- linux-arm-gnu
- linux-arm-musl
- macos-x86
- macos-arm
- macos-universal
# - linux-x86-gnu
# - linux-x86-musl
# - linux-arm-gnu
# - linux-arm-musl
# - macos-x86
# - macos-arm
# - macos-universal
- windows-x86
- windows-arm
include:
- name: linux-x86-gnu
os: ubuntu-latest
Expand Down Expand Up @@ -85,6 +89,13 @@ jobs:
target: x86_64-pc-windows-msvc
archiver: 7z
asset: hl-windows.zip
- name: windows-arm
os: windows-latest
family: windows
arch: aarch64
target: aarch64-pc-windows-msvc
archiver: 7z
asset: hl-windows.zip

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 88b9941

Please sign in to comment.