-
Notifications
You must be signed in to change notification settings - Fork 6k
fix: dst path in nfpm #5875
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: dst path in nfpm #5875
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #5875 +/- ##
=======================================
Coverage 74.94% 74.94%
=======================================
Files 30 30
Lines 1688 1688
Branches 371 371
=======================================
Hits 1265 1265
Misses 361 361
Partials 62 62 Continue to review full report at Codecov.
|
ci/README.md
Outdated
@@ -112,3 +112,5 @@ Helps avoid clobbering the CI configuration. | |||
- Loads all images in `./release-images` and then builds and pushes a multi architecture | |||
docker manifest for the amd64 and arm64 images to `codercom/code-server:$VERSION` and | |||
`codercom/code-server:latest`. | |||
|
|||
hello world |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left over from testing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lol whoops. Nice catch!
Found by @welove42 in #5810
Testing to see if this fixes the issue in releasing on Linux. See #5874