Skip to content

Commit

Permalink
Add missing Evergreen-arm64 builds (#470) (#488) (#494)
Browse files Browse the repository at this point in the history
* Add missing Evergreen-arm64 builds

* Also fix another leak for arm64

b/284372331

(cherry picked from commit e6dc1db)

Co-authored-by: Kaido Kert <[email protected]>
(cherry picked from commit c066aee)
  • Loading branch information
cobalt-github-releaser-bot committed May 27, 2023
1 parent ee7edd4 commit ef06e99
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/config/evergreen-arm64.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"docker_service": "build-evergreen",
"platforms": [
"evergreen-arm64",
"evergreen-arm64-sbversion-12"
],
"includes": [
{
"name":"arm64",
"platform":"evergreen-arm64",
"target_platform":"evergreen-arm64"
},
{
"name":"sbversion-12",
"platform":"evergreen-arm64-sbversion-12",
"target_platform":"evergreen-arm64"
}
]
}
8 changes: 8 additions & 0 deletions .github/workflows/evergreen_21.lts.1+.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ jobs:
with:
platform: evergreen-arm-softfp
nightly: ${{ github.event.inputs.nightly }}
evergreen-arm64:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: evergreen-arm64
nightly: ${{ github.event.inputs.nightly }}
evergreen-x86:
uses: ./.github/workflows/main.yaml
permissions:
Expand Down

0 comments on commit ef06e99

Please sign in to comment.