Compare commits

..

No commits in common. "e740d2cb1e3758b229f8e6e082e66e2e2bdf365b" and "5a51da612f1ac51a1c24a4abe247471071da8ad7" have entirely different histories.

1 changed files with 1 additions and 19 deletions

View File

@ -4,21 +4,3 @@ on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Show files
run: ls -la
- name: Build KabOS
run: docker build -t kabos -f Containerfile.nvidia .
- name: Done
run: echo "Build complete"