Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.
/ porto Public archive

Commit

Permalink
ci: add all binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Jan 18, 2024
1 parent a5635cd commit f8abb60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ jobs:
mkdir -p ${{github.workspace}}/build/bin
cp ${{github.workspace}}/build/portod ${{github.workspace}}/build/bin
cp ${{github.workspace}}/build/portoctl ${{github.workspace}}/build/bin
cp ${{github.workspace}}/build/portoinit ${{github.workspace}}/build/bin
cp ${{github.workspace}}/build/hijack ${{github.workspace}}/build/bin
cp ${{github.workspace}}/build/portotest ${{github.workspace}}/build/bin
cp ${{github.workspace}}/build/portoctl-top ${{github.workspace}}/build/bin
tar czvf porto_${{env.UBUNTU_NAME}}_v${{env.VERSION}}_${{matrix.arch}}.tgz -C ${{github.workspace}}/build/bin .
- name: Upload archive
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
porto (5.3.30-alpha.7) UNRELEASED; urgency=low
porto (5.3.30-alpha.8) UNRELEASED; urgency=low

* fixes for ciliumп

Expand Down

0 comments on commit f8abb60

Please sign in to comment.