Skip to content

feat: publish multiple arch images #500

feat: publish multiple arch images

feat: publish multiple arch images #500

Workflow file for this run

name: test
on:
push:
branches:
- master
paths-ignore:
- '*.md'
- 'doc/**'
- 'LICENSE'
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run unit tests
run: make test