Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
picoHz authored Oct 10, 2024
1 parent e46ddb5 commit 43c5b77
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,14 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
toolchain: [aarch64-apple-darwin, aarch64-unknown-linux-gnu]
toolchain: [aarch64-apple-darwin]
steps:
- uses: actions/checkout@v4
- name: Setup Docker on macOS
run: brew install docker
- name: Install cargo-binstall
uses: cargo-bins/[email protected]
- name: Install cross
run: cargo binstall cross --force -y
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
target: ${{ matrix.toolchain }}
- uses: Swatinem/rust-cache@v2
- name: Build project
run: cross build -p kodecks-bevy --profile distribution --features embed_assets --target ${{ matrix.toolchain }}
run: cargo build -p kodecks-bevy --profile distribution --features embed_assets --target ${{ matrix.toolchain }}
- name: Make archive
run: tar -C target/${{ matrix.toolchain }}/distribution -Jcvf kodecks-${{ matrix.toolchain }}.tar.xz kodecks

0 comments on commit 43c5b77

Please sign in to comment.