Update .github/build-nest-v3
Some checks failed
PikaOS Package Build Only (amd64-v3) / build (push) Failing after 1s

This commit is contained in:
Ward Nakchbandi (CosmicFusion) 2024-07-29 15:07:48 +02:00
parent 4fd0b761d3
commit 713898e4b1
2 changed files with 1 additions and 37 deletions

1
.github/build-nest-v3 vendored Normal file
View File

@ -0,0 +1 @@
1

View File

@ -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