Skip to content

Cleanups having to do with fidelity of sets of instructions #64

Cleanups having to do with fidelity of sets of instructions

Cleanups having to do with fidelity of sets of instructions #64

Workflow file for this run

name: Build Docker Image
on:
  push:
    branches: master
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build the Image
run: |
docker buildx build \
          --tag rigetti/quilc:latest \

Check failure on line 20 in .github/workflows/build-docker.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-docker.yml

Invalid workflow file

You have an error in your yaml syntax on line 20
          --platform linux/amd64,linux/arm/v7,linux/arm64 .