Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
Timur Aitov committed Jan 15, 2024
1 parent 65da4b0 commit f5ac53b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,22 @@ jobs:
# todo
build-debian-packet:
needs: build-image-builder
runs-on: ubuntu-latest
container:
image: yanetplatform/builder
steps:
- uses: actions/checkout@v3
- uses: jiro4989/build-deb-action@v3
with:
package: yanet
package_root: .debpkg
maintainer: taitov
version: 61.0
arch: amd64
desc: YANET is an open-source extensible framework for software forwarding traffic based on DPDK

build-unittest:
needs: build-image-builder
runs-on: ubuntu-latest
Expand Down

0 comments on commit f5ac53b

Please sign in to comment.