Skip to content

Commit

Permalink
Merge pull request #5970 from microsoft/chore/add-linux-arm64
Browse files Browse the repository at this point in the history
ci: add linux arm64 binaries
  • Loading branch information
andrueastman authored Jan 9, 2025
2 parents 1c7987d + dc5800a commit 8b04b37
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Add new linux arm64 binary builds for Kiota CLI

### Changed

- Fixed a bug in generation when a referenced schema in an allOf was a primitive [#5701](https://github.com/microsoft/kiota/issues/5701).
Expand Down
6 changes: 5 additions & 1 deletion vscode/microsoft-kiota/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,10 @@
"platformId": "linux-x64",
"sha256": "730C0A5469D83DBC9CDC206C9A3837DBE5892A7A3F0F09AF5A1EAC4CED4B033E"
},
{
"platformId": "linux-arm64",
"sha256": "E26CE40838E9F5D87476D53893332CFA58E5E691622772569B7A526C292958D4"
},
{
"platformId": "osx-x64",
"sha256": "3446A580FFF5F8567E37E9E04D6E944A8B8E83F0B5584A5683527F501E6181FD"
Expand All @@ -543,4 +547,4 @@
"sha256": "2525D4A8C3ED4972C05E57E4DB2D244E1A708325CE4A5CFB24822D9FD7BB7ED3"
}
]
}
}

0 comments on commit 8b04b37

Please sign in to comment.