We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2baad commit 4e49a50Copy full SHA for 4e49a50
.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
57
run: |
58
apk add git wget docker curl make
59
mkdir -p out
60
- wget https://github.com/linuxkit/linuxkit/releases/download/v1.0.1/linuxkit-linux-amd64
+ wget https://github.com/linuxkit/linuxkit/releases/download/v1.2.0/linuxkit-linux-amd64
61
chmod +x linuxkit-linux-amd64
62
./linuxkit-linux-amd64 build -format kernel+initrd -name core -dir out core.yml
63
- name: Generate pre-release
0 commit comments