Skip to content

Build from linux static QEMU on docker #6

Build from linux static QEMU on docker

Build from linux static QEMU on docker #6

Workflow file for this run

name: Build PKG
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: docker/[email protected]
with:
platforms: arm64
- uses: actions/checkout@v3
- name: Run the build
run: docker run --platform=linux/arm64 -v /usr/bin/qemu-aarch64:/usr/bin/qemu-aarch64 -v `pwd`:/RefresherPS3 zeldin/ps3dev-docker /RefresherPS3/docker-build-internal.sh