booster/.github/workflows/build-canaryv3.yml

41 lines
830 B
YAML
Raw Normal View History

2024-07-22 23:28:32 +02:00
name: PikaOS Package Build Only (Canary) (amd64-v3)
2023-08-30 19:46:02 +02:00
on:
push:
branches:
- main
paths:
- '.github/build-canary-v3'
2023-08-30 19:46:02 +02:00
jobs:
build:
runs-on: ubuntu-latest
2023-08-30 19:46:02 +02:00
container:
2024-07-22 23:28:32 +02:00
image: ghcr.io/pikaos-linux/pikaos-builder:canaryv3
2023-08-30 19:46:02 +02:00
volumes:
- /proc:/proc
options: --privileged -it
steps:
- name: Update APT Cache
run: apt-get update -y
- name: Update APT Cache
run: apt-get install nodejs npm -y
2023-08-30 19:46:02 +02:00
- uses: actions/checkout@v3
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ variables.SSH_KEY }}
2023-08-30 19:46:02 +02:00
name: id_rsa
known_hosts: ${{ variables.KNOWN_HOSTS }}
2023-08-30 19:46:02 +02:00
if_key_exists: replace
2024-07-23 23:14:51 +02:00
- name: Update APT Cache
run: apt-get update -y
2023-08-30 19:46:02 +02:00
- name: Build Package
2024-07-22 23:28:32 +02:00
run: ./mainv3.sh