Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
antonym authored Jun 1, 2024
1 parent 3b2baad commit 4e49a50
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
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
apk add git wget docker curl make
mkdir -p out
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
chmod +x linuxkit-linux-amd64
./linuxkit-linux-amd64 build -format kernel+initrd -name core -dir out core.yml
- name: Generate pre-release
Expand Down

0 comments on commit 4e49a50

Please sign in to comment.