Skip to content

Commit 30eea72

Browse files
committed
chore(ci): Update pre-build binary workflow
1 parent 57b11c6 commit 30eea72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/post-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
strategy:
5959
fail-fast: false
6060
matrix:
61-
build: [linux, macos, win-msvc]
61+
build: [linux, linux-aarch64, macos, macos-aarch64, win-msvc]
6262
include:
6363
- build: linux
6464
os: ubuntu-22.04
@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
fetch-depth: 1
8989
- name: Install packages (Ubuntu)
90-
if: matrix.os == 'ubuntu-22.04'
90+
if: matrix.build == 'linux' || matrix.build == 'linux-aarch64'
9191
run: |
9292
sudo apt-get update
9393
sudo apt-get install -y --no-install-recommends xz-utils liblz4-tool musl-tools

0 commit comments

Comments
 (0)