Skip to content

Commit

Permalink
ci: add linux arm64 binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
calebkiage committed Jan 8, 2025
1 parent c4a25c6 commit cc0e053
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .azure-pipelines/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ parameters:
os: "linux"
image: "ubuntu-latest"
pool: Azure-Pipelines-1ESPT-ExDShared
- architecture: "linux-arm64"
jobPrefix: "linux_arm64"
os: "linux"
image: "ubuntu-latest"
pool: Azure-Pipelines-1ESPT-ExDShared
- architecture: "osx-x64"
jobPrefix: "osx_x64"
os: "macOS"
Expand Down Expand Up @@ -575,6 +580,7 @@ extends:
win_x64_build_binaries,
win_x86_build_binaries,
linux_x64_build_binaries,
linux_arm64_build_binaries,
osx_x64_build_binaries,
osx_arm64_build_binaries,
]
Expand Down

0 comments on commit cc0e053

Please sign in to comment.