Skip to content

Fix build pipeline

Fix build pipeline #11

Workflow file for this run

name: release
on:
pull_request:
jobs:
ubuntu-arm64:
name: Build package for Ubuntu arm64
runs-on: ubuntu-latest
steps:
- name: Set up QEMU

Check failure on line 11 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
uses: docker/setup-qemu-action@v3
with:
platforms: arm64
- name: Check out source code
uses: actions/checkout@v4
- uses: docker://ubuntu:latest
with:
entrypoint: ""
args: uname -a
- uses: docker://ubuntu:latest
with:
entrypoint: ""
args: ls