Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4 from naa0yama/naa0yama-patch-1
Browse files Browse the repository at this point in the history
Update vyos_lts_build_release.yml
  • Loading branch information
naa0yama authored Dec 22, 2021
2 parents e4e78da + 65dd665 commit 45fc09e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vyos_lts_build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# For VyOS 1.3 (equuleus) use vyos/vyos-build:equuleus
# For our VyOS rolling release you should use vyos/vyos-build which will always refer to the latest image.
# Ref: https://docs.vyos.io/en/latest/contributing/build-vyos.html#build
image: vyos/vyos-build:crux
image: vyos/vyos-build:equuleus
env:
TZ: Asia/Tokyo
options: --privileged
Expand All @@ -29,7 +29,7 @@ jobs:
run: |
set -eux
git clone -b crux --single-branch https://github.com/vyos/vyos-build
git clone -b equuleus --single-branch https://github.com/vyos/vyos-build
- name: configure
working-directory: vyos-build
Expand Down

0 comments on commit 45fc09e

Please sign in to comment.