Skip to content

Commit

Permalink
gocd/vagrant-publisher.gocd.yaml.erb: add Leap_Micro_6.1_Base.x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskastl committed Dec 5, 2024
1 parent 8504c94 commit d4c358a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gocd/vagrant-publisher.gocd.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ pipelines:
['https://download.opensuse.org/distribution/leap/15.6/appliances/boxes/Leap-15.6.x86_64.json', 'Leap-15.6.x86_64'],
['https://download.opensuse.org/distribution/leap/15.6/appliances/boxes/Leap-15.6.aarch64-libvirt_aarch64.json', 'Leap-15.6.aarch64'],
['https://download.opensuse.org/distribution/leap-micro/6.1/appliances/openSUSE-Leap-Micro.x86_64-Default-Vagrant.json', 'Leap_Micro_6.1_Default.x86_64'],
['https://download.opensuse.org/distribution/leap-micro/6.1/appliances/openSUSE-Leap-Micro.x86_64-Base-Vagrant.json', 'Leap_Micro_6.1_Base.x86_64'],
].each do |url, box_name| %>
publish_<%= box_name.gsub('.', '_') %>:
resources:
Expand Down

0 comments on commit d4c358a

Please sign in to comment.