Compare commits
No commits in common. "e740d2cb1e3758b229f8e6e082e66e2e2bdf365b" and "5a51da612f1ac51a1c24a4abe247471071da8ad7" have entirely different histories.
e740d2cb1e
...
5a51da612f
|
|
@ -4,21 +4,3 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- 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"
|
|
||||||
Loading…
Reference in New Issue