Skip to content

Commit

Permalink
Merge pull request #825 from atc0005/i824-disable-make-all-ci-job
Browse files Browse the repository at this point in the history
Disable `Build all images using Makefile` CI job
  • Loading branch information
atc0005 authored Feb 3, 2023
2 parents bfefffa + 5884b56 commit ae4bb15
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@ on:
types: [opened, synchronize]

jobs:
build_all_images_using_makefile:
name: Build all images using Makefile
runs-on: ubuntu-latest
# Default: 360 minutes
timeout-minutes: 20

steps:
- name: Print Docker version
run: docker --version

- name: Check out code into the Go module directory
uses: actions/checkout@v3

# bsdmainutils provides "column" which is used by the Makefile
- 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
run: make build
# build_all_images_using_makefile:
# name: Build all images using Makefile
# runs-on: ubuntu-latest
# # Default: 360 minutes
# timeout-minutes: 20
#
# steps:
# - name: Print Docker version
# run: docker --version
#
# - name: Check out code into the Go module directory
# uses: actions/checkout@v3
#
# # bsdmainutils provides "column" which is used by the Makefile
# - 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
# run: make build

build_stable_image_using_makefile:
name: Build stable image using Makefile
Expand Down

0 comments on commit ae4bb15

Please sign in to comment.