Skip to content

Commit 4edb8ab

Browse files
committed
jobs/build-fcos-buildroot: build for all arches
We initially started building it only for x86_64 because there was no need to build for other arches[[1]], but with the work underway to have multi-arch support in CoreOS CI, that's no longer the case. [1]: coreos/fedora-coreos-config#1950
1 parent da7e844 commit 4edb8ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobs/build-fcos-buildroot.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ properties([
4242
parameters([
4343
string(name: 'ARCHES',
4444
description: 'Space-separated list of target architectures',
45-
defaultValue: "x86_64",
45+
defaultValue: "x86_64" + " " + pipeutils.get_supported_additional_arches().join(" "),
4646
trim: true),
4747
string(name: 'CONFIG_GIT_URL',
4848
description: 'Override the src/config git repo to use',

0 commit comments

Comments
 (0)