Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(NODE-5600): use ubuntu 18 to build and publish #162

Merged
merged 1 commit into from
Aug 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,23 +163,23 @@ buildvariants:
tasks:
- run-prebuild
- run-prebuild-force-publish
- name: ubuntu2004-64
display_name: 'Ubuntu 20.04 64-bit'
run_on: ubuntu2004-small
- name: ubuntu1804-64
display_name: 'Ubuntu 18.04 64-bit'
run_on: ubuntu1804-test
expansions:
has_packages: true
packager_distro: ubuntu2004
packager_distro: ubuntu1804
packager_arch: x86_64
tasks:
- run-tests-ubuntu
- run-prebuild
- run-prebuild-force-publish
- name: ubuntu1804-arm64
display_name: 'Ubuntu 20.04 arm64'
run_on: ubuntu2004-arm64-small
display_name: 'Ubuntu 18.04 arm64'
run_on: ubuntu1804-arm64-build
expansions:
has_packages: true
packager_distro: ubuntu2004
packager_distro: ubuntu1804
packager_arch: arm64
tasks:
- run-tests-ubuntu
Expand Down