Skip to content

Commit

Permalink
Update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Aug 12, 2024
1 parent f687655 commit 1062339
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 1 deletion.
102 changes: 101 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions resources/release/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,11 @@ Vagrant.configure("2") do |config|
lunar.vm.provision "shell", :path => "build-pkg.sh", :args => "ubuntu2304", :privileged => false
end

config.vm.define "mantic" do |mantic|
mantic.vm.box = "ubuntu/mantic64"
mantic.vm.synced_folder "../..", "/shared", type: "rsync",
rsync__args: ["--verbose", "--archive", "-z", "--copy-links"]
mantic.vm.provision "shell", :path => "build-pkg.sh", :args => "ubuntu2310", :privileged => false
end

end

0 comments on commit 1062339

Please sign in to comment.