Skip to content

Init rpc_server

Init rpc_server #17

Workflow file for this run

name: Publish
on:
push:
tags:
- v*
branches:
- main
paths:
- 'raspberrypi/**'
- '.github/**'
jobs:
build-and-push-raspberrypi:
uses: ./.github/workflows/docker-push.yaml
with:
image-name: raspberrypi
tag-name: ${{ github.ref_name }}
working-directory: raspberrypi
platforms: linux/arm64
permissions:
contents: read
packages: write