Skip to content

Commit 4e49a50

Browse files
authored
Update build.yml
1 parent 3b2baad commit 4e49a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
apk add git wget docker curl make
5959
mkdir -p out
60-
wget https://github.com/linuxkit/linuxkit/releases/download/v1.0.1/linuxkit-linux-amd64
60+
wget https://github.com/linuxkit/linuxkit/releases/download/v1.2.0/linuxkit-linux-amd64
6161
chmod +x linuxkit-linux-amd64
6262
./linuxkit-linux-amd64 build -format kernel+initrd -name core -dir out core.yml
6363
- name: Generate pre-release

0 commit comments

Comments
 (0)