Skip to content

Commit 3300495

Browse files
committed
Fix docker build
1 parent 0015a6c commit 3300495

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/package.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@ jobs:
4747
4848
- name: Set up Go
4949
uses: actions/setup-go@v5
50+
with:
51+
go-version: '1.21'
52+
53+
- name: Build everything using Makefile
54+
run: |
55+
echo "Building CPU binaries and initramfs using Makefile..."
56+
make all
57+
echo "Build completed successfully!"
5058
5159
- name: Get CPU version for metadata
5260
run: |

0 commit comments

Comments
 (0)