Skip to content

Commit 96e3f25

Browse files
committed
WIP: dev-pipeline
1 parent 0961c84 commit 96e3f25

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/build.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Build EIF
2+
3+
on:
4+
push:
5+
branches:
6+
- dev-pipeline
7+
8+
jobs:
9+
build:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- uses: actions/checkout@v3
14+
15+
- name: Set up Docker buildx
16+
uses: docker/setup-buildx-action@v1
17+
18+
- name: Build EIF
19+
run: make VERSION=${{ github.sha }} eif

0 commit comments

Comments
 (0)