Skip to content

chore: test gh actions #31

chore: test gh actions

chore: test gh actions #31

Workflow file for this run

name: default
on:
pull_request:
push:
branches:
- main
jobs:
base:
runs-on: self-hosted
steps:
- name: checkout
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/[email protected]
with:
driver: remote
config: .github/buildkitd.toml
append:
- endpoint: tcp://docker-amd64.ci.svc:2376

Check failure on line 19 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / default

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yaml (Line: 19, Col: 13): A sequence was not expected
platform: linux/amd64
- endpoint: tcp://docker-arm64.ci.svc:2376
platform: linux/arm64
- name: base
run: |
make base