Skip to content

Commit

Permalink
frr-9.1 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 authored Dec 4, 2023
1 parent b847d6e commit 427ccfb
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
os: [ubuntu]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build FRR releases for ${{ matrix.os }}
uses: metal-stack/action-docker-make@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
os: [ubuntu]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build FRR releases for ${{ matrix.os }}
uses: metal-stack/action-docker-make@master
with:
Expand Down
8 changes: 8 additions & 0 deletions docker-make.debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ default-build-args:
- OS_VERSION=12
- RTR_TAG=v0.7.0
builds:
- name: FRR 9.1 for Debian 12
tags:
- 9.1-debian-12
build-args:
- FRR_TAG=frr-9.1
- LIBYANG_URL=https://deb.frrouting.org/frr/pool/frr-9/liby/libyang2
- LIBYANG_PKG=libyang2_2.1.80-1~deb12u1_amd64.deb
- LIBYANG_DEV_PKG=libyang2-dev_2.1.80-1~deb12u1_amd64.deb
- name: FRR 9.0.1 for Debian 12
tags:
- 9.0.1-debian-12
Expand Down
8 changes: 8 additions & 0 deletions docker-make.ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ default-build-args:
- OS_NAME=ubuntu
- OS_VERSION=22.04
builds:
- name: FRR 9.1 for Ubuntu 22.04
tags:
- 9.1-ubuntu-22.04
build-args:
- FRR_TAG=frr-9.1
- LIBYANG_URL=https://deb.frrouting.org/frr/pool/frr-9/liby/libyang2
- LIBYANG_PKG=libyang2_2.1.80-1~ubuntu22.04u1_amd64.deb
- LIBYANG_DEV_PKG=libyang2-dev_2.1.80-1~ubuntu22.04u1_amd64.deb
- name: FRR 9.0.1 for Ubuntu 22.04
tags:
- 9.0.1-ubuntu-22.04
Expand Down

0 comments on commit 427ccfb

Please sign in to comment.