This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
Merge pull request #1 from cybik/main #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build nvidia 550 amd64 (dev) | |
on: | |
push | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
container: | |
image: ghcr.io/pikaos-linux/pika-package-container:latest | |
volumes: | |
- /proc:/proc | |
options: --privileged -it | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Update apt cache | |
run: apt-get update -y | |
- name: Build Package | |
run: ./amd64-550-main.sh | |