Skip to content

Publish PKG file

Publish PKG file #10

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
with:
submodules: true
- 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/ci-docker-build.sh
- name: Upload the PKG
uses: actions/[email protected]
with:
path: RefresherPS3.pkg