Skip to content

Conversation

NucleoFusion
Copy link
Contributor

@NucleoFusion NucleoFusion commented Sep 13, 2025

Releases

  • Build binaries - linux, windows, mac, bsd - amd64, arm64, armv6
  • Archives (tar.gz) w/ Checksum
  • .deb, .rpm w/ nFPM
  • Release Publish
  • Brew Publish

Misc

  • Doc Gen

  • Code Coverage

  • Lint & Lint Report

  • Tests

    • Run Tests
    • Test Coverage
    • Test Report

    Documentation

    build call

    dagger call pipeline --source=. export --path ./dist

Folder Structure

dist/
├── brew/
│   ├── Formula.rb
├── darwin/
│   ├── harbor-cli_v0.0.11_darwin_amd64
│   └── harbor-cli_v0.0.11_darwin_arm64
├── windows/
│   ├── harbor-cli_v0.0.11_windows_amd64.exe
│   └── harbor-cli_v0.0.11_windows_arm64.exe
├── linux/
│   ├── harbor-cli_v0.0.11_linux_amd64
│   └── harbor-cli_v0.0.11_linux_arm64
├── deb/
│   ├── harbor-cli_v0.0.11_amd64.deb
│   └── harbor-cli_v0.0.11_arm64.deb
├── rpm/
│   ├── harbor-cli_v0.0.11_amd64.rpm
│   └── harbor-cli_v0.0.11_arm64.rpm
└── archive/
    ├── harbor-cli_v0.0.11_darwin_amd64.tar.gz
    ├── harbor-cli_v0.0.11_darwin_arm64.tar.gz
    ├── harbor-cli_v0.0.11_windows_amd64.zip
    ├── harbor-cli_v0.0.11_windows_arm64.zip
    ├── harbor-cli_v0.0.11_linux_amd64.tar.gz
    └── harbor-cli_v0.0.11_linux_arm64.tar.gz

@NucleoFusion NucleoFusion changed the title Feature: Moving to pure Dagger based CI/CD Pipeline from Goreleaser [WIP] Feature: Moving to pure Dagger based CI/CD Pipeline from Goreleaser Sep 13, 2025
@NucleoFusion NucleoFusion changed the title [WIP] Feature: Moving to pure Dagger based CI/CD Pipeline from Goreleaser Feature: Moving to pure Dagger based CI/CD Pipeline from Goreleaser Oct 5, 2025
@NucleoFusion NucleoFusion marked this pull request as ready for review October 5, 2025 05:59
Copy link

codecov bot commented Oct 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 6.70%. Comparing base (60ad0bd) to head (8d74f93).
⚠️ Report is 53 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##             main    #547      +/-   ##
=========================================
- Coverage   10.99%   6.70%   -4.29%     
=========================================
  Files         173     258      +85     
  Lines        8671   15379    +6708     
=========================================
+ Hits          953    1031      +78     
- Misses       7612   14241    +6629     
- Partials      106     107       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Collaborator

@bupd bupd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have commented improvements

… also removing goreleaser dependency

Signed-off-by: NucleoFusion <[email protected]>
Signed-off-by: NucleoFusion <[email protected]>
Signed-off-by: NucleoFusion <[email protected]>
Signed-off-by: NucleoFusion <[email protected]>
Signed-off-by: NucleoFusion <[email protected]>
Signed-off-by: NucleoFusion <[email protected]>
Signed-off-by: NucleoFusion <[email protected]>
Signed-off-by: NucleoFusion <[email protected]>
Signed-off-by: NucleoFusion <[email protected]>
Signed-off-by: NucleoFusion <[email protected]>
Signed-off-by: NucleoFusion <[email protected]>
Signed-off-by: NucleoFusion <[email protected]>
Signed-off-by: NucleoFusion <[email protected]>
NucleoFusion and others added 3 commits October 14, 2025 18:40
Signed-off-by: Prasanth Baskar <[email protected]>
Copy link
Collaborator

@bupd bupd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NucleoFusion added my suggestions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants