Merge pull request #4016 from deitch/next-fix-releases

fix pkg-release flow for building linuxkit
This commit is contained in:
Avi Deitcher 2024-03-11 08:18:50 -07:00 committed by GitHub
commit 7952421e2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: Release a tag
name: Release Tagged Packages
on:
create:
@ -20,7 +20,7 @@ jobs:
run: mkdir -p bin
- name: Install linuxkit
run:
go build -o bin/linuxkit ./src/cmd/linuxkit
go -C ./src/cmd/linuxkit build -o $(pwd)/bin/linuxkit
sudo mv bin/linuxkit /usr/local/bin/
- name: Login to Docker Hub
uses: docker/login-action@v2

View File

@ -1,4 +1,4 @@
name: Release a tag
name: Release Tagged Linuxkit
on:
create: