Skip to content

Commit 9b70e33

Browse files
author
root
committed
CI: build gok from consolving forks to get bpi_r1 device support
1 parent 855afd1 commit 9b70e33

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

.github/workflows/build-image.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,28 @@ jobs:
2727
with:
2828
path: kernel-a20
2929

30+
- name: Check out tools (consolving fork)
31+
uses: actions/checkout@v4
32+
with:
33+
repository: consolving/gokrazy-tools
34+
path: tools
35+
36+
- name: Check out internal (consolving fork)
37+
uses: actions/checkout@v4
38+
with:
39+
repository: consolving/gokrazy-internal
40+
path: internal
41+
3042
- name: Set up Go
3143
uses: actions/setup-go@v5
3244
with:
3345
go-version: ${{ env.GO_VERSION }}
3446
cache-dependency-path: kernel-a20/go.sum
3547

36-
- name: Install gok
48+
- name: Build and install gok from source
3749
run: |
38-
GOPROXY=direct go install github.com/gokrazy/tools/cmd/gok@latest
50+
go install ./cmd/gok
51+
working-directory: tools
3952

4053
- name: Create gokrazy instance
4154
run: |

0 commit comments

Comments
 (0)