Skip to content

Commit

Permalink
github workflow wip
Browse files Browse the repository at this point in the history
  • Loading branch information
psy0rz committed Mar 20, 2024
1 parent 031fb3e commit 3852207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:

- name: Build
run: |
mount
cd devtools/docker
chmod +x ./build.sh
./build.sh
sudo ./build.sh
2 changes: 1 addition & 1 deletion devtools/docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ REPO=`cd ../..;pwd`
#make sure host OS has zfs
modprobe zfs || true

docker run --rm --privileged -w /repo/devtools -itv $REPO:/repo alpine:3.19 ./createimage.sh
docker run --rm --privileged -w /repo/devtools -iv $REPO:/repo alpine:3.19 ./createimage.sh
# docker run --rm --privileged -w /repo/devtools -itv $REPO:/repo alpine:3.19

0 comments on commit 3852207

Please sign in to comment.