Skip to content

Commit

Permalink
switch to build core
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcarroty committed Apr 13, 2024
1 parent ce5465f commit dd4f1ed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
check_artifacts: true
- name: Building a package
run: |
curl -LO https://raw.githubusercontent.com/clearfraction/tools/master/build.sh && chmod +x build.sh
docker run --privileged --cap-add=SYS_ADMIN --security-opt apparmor:unconfined -v $(pwd):/home clearlinux:latest sh -c "cd /home && ./build.sh"
curl -LO https://raw.githubusercontent.com/clearfraction/tools/master/build-core.sh && chmod +x build-core.sh
docker run --privileged --cap-add=SYS_ADMIN --security-opt apparmor:unconfined -v $(pwd):/home clearlinux:latest sh -c "cd /home && ./build-core.sh"
- name: Upload result
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit dd4f1ed

Please sign in to comment.