Skip to content

Commit

Permalink
Remove TODOs for covered build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
weyfonk committed Feb 19, 2024
1 parent f131fe3 commit c6aa344
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/release-fleet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6aa344

Please sign in to comment.