Skip to content

ipxedust: add nap.h to arm64 build to set NAP_NULL to support u-boot … #404

ipxedust: add nap.h to arm64 build to set NAP_NULL to support u-boot …

ipxedust: add nap.h to arm64 build to set NAP_NULL to support u-boot … #404

Workflow file for this run

name: Test and Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
validation:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.20"
- name: lint
run: make lint
- name: test
run: make test
- name: generate coverage report
run: make cover
- name: Codecov
uses: codecov/codecov-action@v4.1.0
- name: Build
run: make build