Chore: build on armv6 to catch 32-bit CPU problems (#39078)

This commit is contained in:
Alexander Emelin
2021-09-10 17:10:47 +03:00
committed by GitHub
parent b89f8fdfcb
commit 2a6871d64e
2 changed files with 4 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ ver_mode = 'pr'
def pr_pipelines(edition):
services = integration_test_services(edition)
variants = ['linux-x64', 'linux-x64-musl', 'osx64', 'win64',]
variants = ['linux-x64', 'linux-x64-musl', 'osx64', 'win64', 'armv6',]
include_enterprise2 = edition == 'enterprise'
steps = [
codespell_step(),