Skip to content

Commit

Permalink
ci: disable macos docker image build, it will likely require doing so…
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieC3 committed Jul 27, 2023
1 parent 3ae671a commit c95c558
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-clarinet-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ jobs:
echo "PRE_GYP_TARGET_NAME=${{ matrix.platform }}-${{ matrix.architecture }}-unknown" >> $GITHUB_ENV
- name: Build - Cargo
if: matrix.target != 'x86_64-unknown-linux-musl'
run: cargo build --release --features=telemetry --locked --target ${{ matrix.target }}

- name: Code sign bin (Windows)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/config/ci_clarinet_cli_dist_matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"platform":"darwin",
"target":"aarch64-apple-darwin",
"architecture":"arm64",
"runOn":"always"
"runOn":"main,develop"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
{
"artifact":"clarinet-darwin-arm64",
"platform":"linux/arm64",
"runOn":"always"
"runOn":"disabled"
}
]

0 comments on commit c95c558

Please sign in to comment.