Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidHal committed Nov 18, 2020
1 parent 5bfe211 commit 63ddc9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: checkout project
uses: actions/checkout@v2
- name: build image
run: sudo dpkg -i /PrawnOS/tests/resources/qemu-user-static_5.1+dfsg-4+b1_amd64.deb &&
run: sudo dpkg -i ./tests/resources/qemu-user-static_5.1+dfsg-4+b1_amd64.deb &&
docker run --mount type=bind,source=$PWD,target=/PrawnOS
--privileged -v/dev:/dev debian:bullseye
/bin/bash /PrawnOS/tests/build-image.sh "$GITHUB_SHA" arm64 Shiba
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-image-armhf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: checkout project
uses: actions/checkout@v2
- name: build image
run: sudo dpkg -i /PrawnOS/tests/resources/qemu-user-static_5.1+dfsg-4+b1_amd64.deb &&
run: sudo dpkg -i ./tests/resources/qemu-user-static_5.1+dfsg-4+b1_amd64.deb &&
docker run --mount type=bind,source=$PWD,target=/PrawnOS
--privileged -v/dev:/dev debian:bullseye
/bin/bash /PrawnOS/tests/build-image.sh "$GITHUB_SHA" armhf Shiba
Expand Down

0 comments on commit 63ddc9a

Please sign in to comment.