VictoriaMetrics/.github/workflows/main.yml

29 lines
478 B
YAML
Raw Normal View History

name: main
on:
workflow_run:
workflows: ["main - test"]
types:
- completed
permissions:
contents: read
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Code checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.19.5
check-latest: true
cache: true
- name: Build
run: |
make vmcluster-crossbuild