mirror of
https://github.com/NATroutter/egg-hytale.git
synced 2026-07-15 21:47:20 +03:00
Renamed variables in the egg to make them more clear
Improved the default Jvm args Improved messages in entry Removed the zip restriction from Asset packs (Do not use directories for assets yet) Added script for local dev building
This commit is contained in:
7
scripts/build-push-dev.sh
Normal file
7
scripts/build-push-dev.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
PROJECT_DIR="$(dirname "$SCRIPT_DIR")"
|
||||
|
||||
echo "Building and pushing dev image..."
|
||||
docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/natroutter/egg-hytale:dev --push "$PROJECT_DIR"
|
||||
Reference in New Issue
Block a user