Skip to content

build: Build multi-arch (linux/amd64, linux/arm64) image using buildx #24

build: Build multi-arch (linux/amd64, linux/arm64) image using buildx

build: Build multi-arch (linux/amd64, linux/arm64) image using buildx #24

Workflow file for this run

name: Test
on:
push:
branches:
- d2iq/*
pull_request:
branches:
- d2iq/*
jobs:
test:
name: Test
runs-on:
- self-hosted
- small
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version-file: go.mod
cache: true # cache go action in github actions cache store.
- name: make test
run: make test