Skip to content

Commit

Permalink
Update build-freebsd-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadownc authored Aug 1, 2024
1 parent 313d755 commit 1d61ffe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-freebsd-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@ jobs:
sudo apt-get update
sudo apt-get install -y qemu-user-static
- name: Build FreeBSD executable
- name: Pull and run FreeBSD image
run: |
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
docker pull ghcr.io/osuosl/freebsd:13
docker run --rm -v ${{ github.workspace }}/webssh:/workspace -w /workspace \
freebsd/freebsd:13.2-RELEASE \
ghcr.io/osuosl/freebsd:13 \
sh -c "pkg update && pkg install -y python3 py39-pip && \
pip install -r requirements.txt && \
pip install pyinstaller && \
Expand Down

0 comments on commit 1d61ffe

Please sign in to comment.