nili 2 лет назад
Родитель
Сommit
8a25a30004
4 измененных файлов с 4 добавлено и 4 удалено
  1. BIN
      .DS_Store
  2. BIN
      .github/.DS_Store
  3. 1 1
      .github/workflows/auto_build_docker_container.yml
  4. 3 3
      ztncui.sh

BIN
.github/.DS_Store


+ 1 - 1
.github/workflows/auto_build_docker_container.yml

@@ -73,7 +73,7 @@ jobs:
           context: ./
           context: ./
           file: ./Dockerfile
           file: ./Dockerfile
           push: true
           push: true
-          platforms: linux/amd64,linux/arm64,linux/arm/v7
+          platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7
           tags: ${{ steps.meta.outputs.tags }}
           tags: ${{ steps.meta.outputs.tags }}
           labels: ${{ steps.meta.outputs.labels }}
           labels: ${{ steps.meta.outputs.labels }}
       - name: all Image digest
       - name: all Image digest

+ 3 - 3
ztncui.sh

@@ -1,10 +1,10 @@
 #!/bin/bash
 #!/bin/bash
 apt update -y
 apt update -y
 apt install curl gnupg2 ca-certificates zip unzip build-essential git sudo --no-install-recommends -y
 apt install curl gnupg2 ca-certificates zip unzip build-essential git sudo --no-install-recommends -y
-curl -sL -o node_inst.sh https://deb.nodesource.com/setup_${NODEJS_MAJOR}.x
-bash node_inst.sh
+#curl -sL -o node_inst.sh https://deb.nodesource.com/setup_${NODEJS_MAJOR}.x
+#bash node_inst.sh
 sudo apt install -y nodejs
 sudo apt install -y nodejs
-rm -f node_inst.sh
+#rm -f node_inst.sh
 git clone https://github.com/kmahyyg/ztncui-aio.git tmp
 git clone https://github.com/kmahyyg/ztncui-aio.git tmp
 mv tmp/* /build
 mv tmp/* /build
 sed -i "s|git clone https://github.com/key-networks/ztncui||g" build-ztncui.sh
 sed -i "s|git clone https://github.com/key-networks/ztncui||g" build-ztncui.sh

粤ICP备19079148号