Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP committed Dec 15, 2023
1 parent ef0efaf commit e1378ec
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/reusable_build_test_driverkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ jobs:
build-test:
# See https://github.com/actions/runner/issues/409#issuecomment-1158849936
runs-on: ${{ (inputs.arch == 'arm64' && 'actuated-arm64-8cpu-16gb') || 'ubuntu-latest' }}
container: golang:1.21-alpine
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install deps
run: apk add gcc musl-dev make bash git binutils-gold
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.21'

- name: Build
run: make build
Expand Down

0 comments on commit e1378ec

Please sign in to comment.