Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI jobs to build legacy images #866

Merged
merged 1 commit into from
Feb 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ jobs:
- name: Build stable Debian image
run: make stable-debian-build

build_stable_mirror_image_using_makefile:
name: Build stable mirror image using Makefile
build_stable_mirror_images_using_makefile:
name: Build stable mirror images using Makefile
runs-on: ubuntu-latest
# Default: 360 minutes
timeout-minutes: 10
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/scheduled-monthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@ jobs:
- name: Install Ubuntu packages
run: sudo apt-get update && sudo apt-get install -y --no-install-recommends make gcc bsdmainutils

- name: Build images using project Makefile
- name: Build non-legacy images using project Makefile
run: make build

- name: Build legacy images using project Makefile
run: make legacy-mirror-build