[#591] Test #4
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build BigSur bottles | |
on: | |
push: | |
branches: | |
- PruStephan/Remove_unnecessary_tezos_client_deps | |
jobs: | |
build-bottles: | |
name: Install and test binaries | |
runs-on: [self-hosted, Linux, X64, nix] | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v2 | |
- name: Build big_sur | |
run: nix develop .#autorelease-macos -c ./scripts/build-all-bottles.sh "big_sur" | |
- name: Build arm64_big_sur | |
run: nix develop .#autorelease-macos -c ./scripts/build-all-bottles.sh "arm64_big_sur" | |