Skip to content

chore(ci): multi-platform docker build, ci build and go dep up #4

chore(ci): multi-platform docker build, ci build and go dep up

chore(ci): multi-platform docker build, ci build and go dep up #4

Workflow file for this run

name: CI
on:
push:
branches:
- master
- "release-[0-9]+.[0-9]+*"
pull_request:
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Checkout code
uses: actions/checkout@v3
- name: Test
run: make
artifacts:
name: Artifacts
uses: ./.github/workflows/artifacts.yaml
with:
publish: ${{ github.event_name == 'push' }}
permissions:
contents: read
packages: write
id-token: write
security-events: write