Skip to content

fix(installer): download correct piper arch #6

fix(installer): download correct piper arch

fix(installer): download correct piper arch #6

Workflow file for this run

on:
pull_request:
branches:
- '**' # Trigger on any PR to any branch
types: [opened, synchronize, reopened] # Trigger on PR creation and updates
name: Docker Build and Run
permissions:
contents: read
defaults:
run:
shell: bash
jobs:
docker:
name: Build and Run Docker
runs-on: 'ubuntu-latest'
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Build Docker Image
run: |
docker build -t quickpiperaudiobook .
- name: Run Docker Container
run: |
docker run quickpiperaudiobook /app/examples/lorem_ipsum.txt