Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Add buildx to build for multiple platforms #15

Add buildx to build for multiple platforms

Add buildx to build for multiple platforms #15

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test with the Go CLI
run: make test