Skip to content

Commit

Permalink
start docker
Browse files Browse the repository at this point in the history
  • Loading branch information
streetpea committed Dec 11, 2024
1 parent d78827f commit 88fae39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-appimage arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
run: |
brew update
brew install docker
open -a Docker
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -32,6 +33,7 @@ jobs:
docker run --rm \
-v "`pwd`:/build/chiaki" \
-w "/build/chiaki" \
--platform linux/arm64 \
--device /dev/fuse \
--cap-add SYS_ADMIN \
-t docker.io/streetpea/chiaki-ng-builder:qt6.7 \
Expand Down

0 comments on commit 88fae39

Please sign in to comment.