Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
antonym authored Jun 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 8dd77d9 commit 560fecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@ jobs:
mkdir -p out
wget https://github.com/linuxkit/linuxkit/releases/download/v1.2.0/linuxkit-linux-amd64
chmod +x linuxkit-linux-amd64
./linuxkit-linux-amd64 build -format kernel+initrd -name core -dir out core.yml
./linuxkit-linux-amd64 build --format kernel+initrd --name core --dir out core.yml
- name: Generate pre-release
uses: "marvinpinto/action-automatic-releases@latest"
with:

0 comments on commit 560fecf

Please sign in to comment.