Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: don't suppress echoing commands of hack-build target #2710

Merged
merged 2 commits into from
Oct 10, 2024

Conversation

krancour
Copy link
Member

In #2697 I had not meant to suppress the commands in the hack-build target from being echoed. Seeing the commands is helpful for troubleshooting purposes.

Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
@krancour krancour self-assigned this Oct 10, 2024
@krancour krancour requested a review from a team as a code owner October 10, 2024 02:08
Copy link

netlify bot commented Oct 10, 2024

Deploy Preview for docs-kargo-akuity-io ready!

Name Link
🔨 Latest commit c9950f0
🔍 Latest deploy log https://app.netlify.com/sites/docs-kargo-akuity-io/deploys/6707cfebc11a72000868a096
😎 Deploy Preview https://deploy-preview-2710.kargo.akuity.io
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Oct 10, 2024

Deploy Preview for docs-kargo-io ready!

Name Link
🔨 Latest commit c9950f0
🔍 Latest deploy log https://app.netlify.com/sites/docs-kargo-io/deploys/6707cfeb9fed520009b7b0cf
😎 Deploy Preview https://deploy-preview-2710--docs-kargo-io.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@krancour krancour added this to the v1.0.0 milestone Oct 10, 2024
@krancour krancour enabled auto-merge October 10, 2024 02:09
Copy link

codecov bot commented Oct 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 49.09%. Comparing base (686b0d4) to head (c9950f0).
Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2710      +/-   ##
==========================================
- Coverage   49.11%   49.09%   -0.03%     
==========================================
  Files         270      270              
  Lines       19328    19342      +14     
==========================================
+ Hits         9492     9495       +3     
- Misses       9217     9226       +9     
- Partials      619      621       +2     

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

Makefile Outdated
$(CONTAINER_RUNTIME) run -d -p 5000:$(LOCAL_REG_PORT) --name tmp-registry registry:2; \
trap '$(CONTAINER_RUNTIME) rm -f tmp-registry' EXIT; \
docker push $(BASE_IMAGE):latest-amd64; \
docker push $(BASE_IMAGE):latest-arm64; \
$(CONTAINER_RUNTIME) buildx build \
$(DOCKER_BUILD_OPTS) \
--network host \
--platform linux/amd64 \
Copy link
Contributor

Choose a reason for hiding this comment

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

This does not appear to match the example usage comment from above.

Copy link
Member Author

Choose a reason for hiding this comment

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

This is accidental. Thank you for catching. Coincidentally, I'd put that there temporarily because setting IMAGE_PLATFORMS doesn't seem to have the intended effect. I had intended to troubleshoot that later and open a separate PR.

Copy link
Contributor

Choose a reason for hiding this comment

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

I think the origin of the issue is that we stopped taking IMAGE_PLATFORMS into account at some point.

Makefile Outdated Show resolved Hide resolved
Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
@krancour krancour added this pull request to the merge queue Oct 10, 2024
Merged via the queue into akuity:main with commit 9c10924 Oct 10, 2024
20 of 21 checks passed
@krancour krancour deleted the krancour/tiny-makefile-fix branch October 10, 2024 13:13
Marvin9 pushed a commit that referenced this pull request Oct 11, 2024
Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants