Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
containerscrew committed Nov 17, 2023
1 parent f48e917 commit f4c093d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Setup MUSL
- name: Setup
if: matrix.os == 'ubuntu-latest'
run: |
rustup target add x86_64-unknown-linux-musl
rustup target add aarch64-unknown-linux-gnu
sudo apt-get -qq install musl-tools
sudo apt-get update && sudo apt-get install -y qemu-user-static musl-tools
- name: Build for Linux
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit f4c093d

Please sign in to comment.