diff --git a/.github/build-nest-v3 b/.github/build-nest-v3 new file mode 100644 index 0000000..56a6051 --- /dev/null +++ b/.github/build-nest-v3 @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/.github/build-nestv3.yml b/.github/build-nestv3.yml deleted file mode 100644 index 3c9c34d..0000000 --- a/.github/build-nestv3.yml +++ /dev/null @@ -1,37 +0,0 @@ -name: PikaOS Package Build Only (amd64-v3) - -on: - push: - branches: - - main - paths: - - '.github/build-nest-v3' - -jobs: - build: - runs-on: ubuntu-latest - container: - image: ghcr.io/pikaos-linux/pikaos-builder:nestv3 - volumes: - - /proc:/proc - options: --privileged -it - - steps: - - uses: actions/checkout@v3 - - - name: Install SSH key - uses: shimataro/ssh-key-action@v2 - with: - key: ${{ secrets.SSH_KEY }} - name: id_rsa - known_hosts: ${{ secrets.KNOWN_HOSTS }} - if_key_exists: replace - - - name: Update APT Cache - run: apt-get update -y - - - name: Set Build Config - run: cp -vf ./pika-build-config/amd64-v3.sh ./pika-build-config.sh - - - name: Build Package - run: ./main.sh