Arm: Exclude armv6/v7 from downstream builds only (#75465)

* Bump grabpl

* Disable armv6 and armv7 in downstream builds
This commit is contained in:
Dimitris Sotirakis
2023-09-26 18:42:06 +03:00
committed by GitHub
parent edbe45efc2
commit 1867fc5cee
3 changed files with 16 additions and 14 deletions

View File

@@ -2,7 +2,7 @@
global variables
"""
grabpl_version = "v3.0.41"
grabpl_version = "v3.0.42"
golang_version = "1.20.8"
# nodejs_version should match what's in ".nvmrc", but without the v prefix.