fabricmc.dockerfile/build.sh

6 lines
303 B
Bash
Raw Normal View History

2023-09-20 08:01:42 +09:00
source ./env
MANIFEST_NAME=gitea.home.fireturtle.net/fluo10/fabricmc:mc.$MINECRAFT_VERSION-loader.$LOADER_VERSION-launcher.$LAUNCHER_VERSION
podman buildx build --platform linux/amd64,linux/arm64 --manifest $MANIFEST_NAME --format docker --build-arg-file=./env .
# podman manifest push $MANIFEST_NAME