Skip to content

Commit

Permalink
exp: my first os
Browse files Browse the repository at this point in the history
  • Loading branch information
abenevaut committed Feb 15, 2025
1 parent a3d0a79 commit faa3feb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/my-first-os-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build ISO
run: |
docker build -t compil-os .
docker run -it --rm -v .:/vol compil-os cp bootloader.iso /vol
docker run --rm -v .:/vol compil-os cp bootloader.iso /vol
- uses: actions/upload-artifact@v4
with:
Expand Down
17 changes: 15 additions & 2 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/scopes/my_first_os.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit faa3feb

Please sign in to comment.