Skip to content

Commit

Permalink
Use x86 instead of i386 for bintar builder name
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbogo committed Mar 14, 2024
1 parent 416e56b commit f514f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions master-bintars/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ for b in builder_definitions:
builder_name = arch

f = getBintarFactory(
name=arch + "-kvm-" + b + "-bintar",
name=builder_name + "-kvm-" + b + "-bintar",
kvm_image="vm-" + builder_definitions[b] + "-" + arch,
cpu="host",
ramdisk=False,
Expand All @@ -357,7 +357,7 @@ for b in builder_definitions:

c["builders"].append(
util.BuilderConfig(
name=arch + "-kvm-" + b + "-bintar",
name=builder_name + "-kvm-" + b + "-bintar",
workernames=["monty-bbw1-x64"],
factory=f,
)
Expand Down

0 comments on commit f514f19

Please sign in to comment.