ci: use improved method to get APK architectures
Detecting APK architectures using `apkanalyzer` tool rather than just guessing based on build type. Depends on: https://github.com/status-im/status-jenkins-lib/pull/41 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
6448c24e14
commit
8d62680abe
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.4.1'
|
||||
library 'status-jenkins-lib@v1.4.2'
|
||||
|
||||
pipeline {
|
||||
agent { label 'linux && x86_64 && nix-2.8' }
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.4.1'
|
||||
library 'status-jenkins-lib@v1.4.2'
|
||||
|
||||
pipeline {
|
||||
agent { label 'linux' }
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.4.1'
|
||||
library 'status-jenkins-lib@v1.4.2'
|
||||
|
||||
pipeline {
|
||||
agent { label 'macos && x86_64 && nix-2.8 && xcode-13.3' }
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.4.1'
|
||||
library 'status-jenkins-lib@v1.4.2'
|
||||
|
||||
pipeline {
|
||||
agent { label params.AGENT_LABEL }
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.4.1'
|
||||
library 'status-jenkins-lib@v1.4.2'
|
||||
|
||||
pipeline {
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.4.1'
|
||||
library 'status-jenkins-lib@v1.4.2'
|
||||
|
||||
pipeline {
|
||||
agent { label 'macos' }
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.4.1'
|
||||
library 'status-jenkins-lib@v1.4.2'
|
||||
|
||||
pipeline {
|
||||
agent { label 'linux' }
|
||||
|
|
Loading…
Reference in New Issue