Skip to content

Commit

Permalink
ci: build arm64 image on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieC3 committed Jul 27, 2023
1 parent 0d33bef commit 57e9f68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-clarinet-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ jobs:
docker_images:
name: Create Clarinet Docker Image
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
needs:
- get_release_info
- dist_clarinet
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/config/ci_clarinet_cli_docker_matrix.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[
{
"os":"ubuntu-latest",
"artifact":"clarinet-linux-x64-glibc",
"platform":"linux/amd64",
"runOn":"always"
},
{
"os":"macos-latest",
"artifact":"clarinet-darwin-arm64",
"platform":"linux/arm64",
"runOn":"always"
Expand Down

0 comments on commit 57e9f68

Please sign in to comment.