From c6aa344648492d18f80eeb381813a2028910287e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20N=C3=A9au?= Date: Mon, 19 Feb 2024 15:21:06 +0100 Subject: [PATCH] Remove TODOs for covered build steps --- .github/workflows/release-fleet.yml | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/.github/workflows/release-fleet.yml b/.github/workflows/release-fleet.yml index 41111586f3..0b5e403ead 100644 --- a/.github/workflows/release-fleet.yml +++ b/.github/workflows/release-fleet.yml @@ -21,39 +21,13 @@ env: jobs: build-fleet: runs-on: ubuntu-latest -# strategy: -# matrix: -# platforms: -# - linux-amd64 -# - linux-arm64 -# - windows-1809 -# - windows-2022 -# test_type: -# - acceptance -# - e2e-secrets -# - e2e-nosecrets # TODO need: # linux-amd64: build job: - # * step: build (dapper ci), w/ Windows cross-build - # * keep running Dapper, at least for now? - # * step: fossa checks (analyze + test) (existing GH action?) - # * step: github release (existing GH action?) # * step: push tags to releases.rancher.com # * step: push latest tag to releases.rancher.com - # * step: push Docker image for agent - # * step: push Docker image for gitjob - # * step: push Docker image for controller - # linux-arm64: - # * step: build (dapper build) - # * step: publish Docker agent image - # * step: publish Docker gitjob image - # * step: publish Docker controller image # windows-1809: publish agent image - # # depends on linux-amd64 for build # windows-2022: publish agent image - # # depends on linux-amd64 for build - # end: manifest job, depending on all build jobs steps: - name: Check out Fleet uses: actions/checkout@v4