Skip to content

Add action for building other docker images, add a test for open-iscsi #1543

Add action for building other docker images, add a test for open-iscsi

Add action for building other docker images, add a test for open-iscsi #1543

Workflow file for this run

name: Go
on:
push:
branches: [ flatcar-master ]
pull_request:
branches: [ flatcar-master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: './go.mod'
- name: Build
run: make
- name: Test
run: make test