7 Commits

Author SHA1 Message Date
Alexander Medvedev
e42c6d8794 fix: egg 2026-08-25 19:32:19 +02:00
Alexander Medvedev
a2881a96fd chore(ci): add musl builds 2026-08-25 15:32:07 +02:00
MythicSorcerer
d529a6676a fix(egg): initialize git submodules during install (#2456)
* Fix egg: initialize git submodules during install

The Pumpkin repo uses pumpkin-plugin-wit as a git submodule, but the
install script only does 'git clone --depth 1' without --recurse-submodules.
Add 'git submodule update --init --recursive --depth 1' after checkout
so the WIT files required by bindgen!/wit_bindgen::generate are available.

* Potential fix for pull request finding
2026-07-24 18:16:57 +02:00
Erkilana
9339c1c94c fix: Update server port in egg-pumpkin configuration (#1891)
{{server.build.default.port}} works more stable than {{server.allocations.default.port}}

Signed-off-by: Erkilana <199792062+Erkilana@users.noreply.github.com>
2026-03-22 10:44:32 +01:00
vyPal
558476a312 fix: ptero egg (#1498)
* Fix ptero egg

* Auto edit ports in config, and fix startup command
2026-02-27 17:48:37 +01:00
Alexander Medvedev
a44a5babe3 feat: partially implement Stronghold
also fixed some bugs
2026-01-10 17:56:25 +01:00
Commandcracker
5c31e1ff62 Add Pterodactyl egg (#425)
* Add egg-pumpkin.json

* Apply requested cahnges

* Add email and fallback for cargo jobs
2025-02-06 18:08:56 +01:00