Skip to content

install tor-browser in prawnos by default #4

install tor-browser in prawnos by default

install tor-browser in prawnos by default #4

# FIXME: currently just builds it, eventually, should use qemu to try to run
# the image (potentially as a separate action)
name: build-image-arm64-rk3588-server
on: [push, pull_request]
jobs:
build:
name: build
runs-on: ubuntu-22.04
steps:
- name: checkout project
uses: actions/checkout@v3
- name: build image
# must install qemu-user-static in the host
run: sudo apt update && sudo apt install qemu-user-static &&
docker run --mount type=bind,source=$PWD,target=/PrawnOS
--privileged -v/dev:/dev debian:bookworm
/bin/bash /PrawnOS/tests/build-image.sh "$GITHUB_SHA" arm64-rk3588-server libre Shiba
- name: publish image
uses: actions/upload-artifact@v4
with:
name: "PrawnOS-Shiba-arm64-git-${{ github.sha }}.img.xz"
path: "PrawnOS-Shiba-arm64-git-${{ github.sha }}.img.xz"