From 2b9c9430c987cc3b6d5ed92e08aafc67c17b7145 Mon Sep 17 00:00:00 2001 From: Dimitris Karakasilis Date: Tue, 24 Oct 2023 09:40:03 +0300 Subject: [PATCH] Remove TODOs moved here: https://github.com/kairos-io/kairos/issues/1897#issue-1932574939 Signed-off-by: Dimitris Karakasilis --- .github/workflows/reusable-build-flavor.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/reusable-build-flavor.yaml b/.github/workflows/reusable-build-flavor.yaml index ad4078cc5..1ce76b671 100644 --- a/.github/workflows/reusable-build-flavor.yaml +++ b/.github/workflows/reusable-build-flavor.yaml @@ -92,17 +92,6 @@ jobs: env: VERSION: latest run: | - # Desired artifact names: - # container image: quay.io/kairos/ubuntu:22.04-core-amd64-generic-v2.4.0 - # iso: kairos-ubuntu-20.04-core-amd64-generic-v2.4.1-ipxe.iso - # - # TODO: - # - New branch: - # - Merge alma, rocky, fedora to one family dockerfile - # - Move rest of logic from Earthfile to Dockerfiles - # - Create a reusable worflow that simply calls docker build passing the required build-args - # - Delete the earthly base-image target and force the use of the above workflow anywhere needed - # - Make all remaining earthly targets to use a pre-cooked KAIROS_IMAGE rather than calling +base-image earthly --platform=linux/${{ inputs.arch }} +ci \ --SECURITY_SCANS=false \ --VARIANT=${{ inputs.variant }} \