Skip to content

Commit 560fecf

Browse files
authored
Update build.yml
1 parent 8dd77d9 commit 560fecf

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
@@ -59,7 +59,7 @@ jobs:
5959
mkdir -p out
6060
wget https://github.com/linuxkit/linuxkit/releases/download/v1.2.0/linuxkit-linux-amd64
6161
chmod +x linuxkit-linux-amd64
62-
./linuxkit-linux-amd64 build -format kernel+initrd -name core -dir out core.yml
62+
./linuxkit-linux-amd64 build --format kernel+initrd --name core --dir out core.yml
6363
- name: Generate pre-release
6464
uses: "marvinpinto/action-automatic-releases@latest"
6565
with:

0 commit comments

Comments
 (0)