This commit is contained in:
@@ -20,8 +20,8 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set up QEMU for multi-platform builds
|
# - name: Set up QEMU for multi-platform builds
|
||||||
uses: docker/setup-qemu-action@v2
|
# uses: docker/setup-qemu-action@v2
|
||||||
|
|
||||||
|
|
||||||
- name: Set image tags and names
|
- name: Set image tags and names
|
||||||
@@ -59,18 +59,18 @@ jobs:
|
|||||||
# Build and Push Docker Images for vanilla, testing, fabric, docker-build
|
# Build and Push Docker Images for vanilla, testing, fabric, docker-build
|
||||||
- name: Build and Push vanilla Docker Image
|
- name: Build and Push vanilla Docker Image
|
||||||
run: |
|
run: |
|
||||||
docker buildx build --platform linux/amd64,linux/arm64 \
|
docker buildx build --platform linux/amd64 \
|
||||||
--push -t ${IMAGE_VANILLA} \
|
--push -t ${IMAGE_VANILLA} \
|
||||||
./vanilla
|
./vanilla
|
||||||
|
|
||||||
- name: Build and Push testing Docker Image
|
- name: Build and Push testing Docker Image
|
||||||
run: |
|
run: |
|
||||||
docker buildx build --platform linux/amd64,linux/arm64 \
|
docker buildx build --platform linux/amd64 \
|
||||||
--push -t ${IMAGE_TESTING} \
|
--push -t ${IMAGE_TESTING} \
|
||||||
./testing
|
./testing
|
||||||
|
|
||||||
- name: Build and Push fabric Docker Image
|
- name: Build and Push fabric Docker Image
|
||||||
run: |
|
run: |
|
||||||
docker buildx build --platform linux/amd64,linux/arm64 \
|
docker buildx build --platform linux/amd64 \
|
||||||
--push -t ${IMAGE_FABRIC} \
|
--push -t ${IMAGE_FABRIC} \
|
||||||
./minecraft-fabric
|
./minecraft-fabric
|
||||||
|
|||||||
@@ -39,4 +39,6 @@ RUN wget "$INSTALL_SCRIPT" -O /MCtemp/install_script.sh \
|
|||||||
VOLUME /MCserver
|
VOLUME /MCserver
|
||||||
|
|
||||||
# Run command
|
# Run command
|
||||||
CMD [ "/bin/bash", "./MCtemp/install_script.sh" ]
|
CMD [ "/bin/bash", "./MCtemp/install_script.sh" ]
|
||||||
|
|
||||||
|
#ldkgfmh;fmgh;
|
||||||
Reference in New Issue
Block a user