Skip to content

Commit

Permalink
all together now
Browse files Browse the repository at this point in the history
  • Loading branch information
dvub committed Dec 19, 2024
1 parent bca6ea2 commit d5b6799
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
matrix:
include:
- { name: ubuntu, os: ubuntu-latest, cross-target: "" }
# - {
# name: macos-universal,
# os: macos-latest,
# cross-target: aarch64-apple-darwin,
# }
- {
name: macos-universal,
os: macos-latest,
cross-target: aarch64-apple-darwin,
}
- { name: windows, os: windows-latest, cross-target: "" }
name: Package plugin binaries
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -70,10 +70,10 @@ jobs:
- name: Set up Rust toolchain
# Needed for SIMD
uses: dtolnay/rust-toolchain@nightly
# with:
# The macOS AArch64 build is done from an x86_64 macOS CI runner, so
# it needs to be cross compiled
#targets: ${{ matrix.cross-target }}
with:
# The macOS AArch64 build is done from an x86_64 macOS CI runner, so
# it needs to be cross compiled
targets: ${{ matrix.cross-target }}

- name: Package all targets from bundler.toml
# Instead of hardcoding which targets to build and package, we'll
Expand All @@ -94,7 +94,7 @@ jobs:
- name: Determine build archive name
run: |
# Windows (usually) doesn't like colons in file names
echo "ARCHIVE_NAME=nih-plugs-$(date -u +"%Y-%m-%d-%H%m%S")-${{ matrix.name }}" >> "$GITHUB_ENV"
echo "ARCHIVE_NAME=midiometry-$(date -u +"%Y-%m-%d-%H%m%S")-${{ matrix.name }}" >> "$GITHUB_ENV"
- name: Move all packaged plugin into a directory
run: |
# GitHub Action strips the top level directory, great, have another one
Expand Down

0 comments on commit d5b6799

Please sign in to comment.