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

Publishing multiple archs under a single tag only #4245

Open
simplylizz opened this issue Aug 12, 2023 · 6 comments
Open

Publishing multiple archs under a single tag only #4245

simplylizz opened this issue Aug 12, 2023 · 6 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@simplylizz
Copy link

Hello,

I'm wondering, is it possible to publish images for different architectures under a single tag only? I can do this with publishing firstly images with tags like 1.0.0-amd64 & 1.0.0-arm64 and only then both archs under 1.0.0 tag. But I'm trying to avoid publishing of -<arch> images.

@crazy-max
Copy link
Member

We could with buildx by pushing by digest each platform and imagetools create command to create the manifest list. Similar to https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners

@caarlos0 I can contrib, are you interested by this?

@crazy-max
Copy link
Member

Should be moved to goreleaser repo btw

@caarlos0
Copy link
Member

We could with buildx by pushing by digest each platform and imagetools create command to create the manifest list. Similar to https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners

@caarlos0 I can contrib, are you interested by this?

go for it yes! ❤️

@caarlos0 caarlos0 transferred this issue from goreleaser/goreleaser-action Aug 12, 2023
@caarlos0 caarlos0 added the enhancement New feature or request label Aug 12, 2023
@caarlos0 caarlos0 added this to the v1.21.0 milestone Aug 12, 2023
@caarlos0
Copy link
Member

caarlos0 commented Sep 4, 2023

@crazy-max do you need any assistance?

@crazy-max
Copy link
Member

Oh my bad I completely forgot about this as I was on PTO. I will take a look shortly!

@caarlos0 caarlos0 modified the milestones: v1.21.0, v1.22.0 Sep 23, 2023
kodiakhq bot pushed a commit to cloudquery/cloudquery that referenced this issue Oct 16, 2023

#### Summary

Backwards compatible way to do #14506.

Also there's some work in progress to do multiple archs per single image goreleaser/goreleaser#4245

<!--
hydratim pushed a commit to hydratim/cloudquery that referenced this issue Oct 20, 2023

#### Summary

Backwards compatible way to do cloudquery#14506.

Also there's some work in progress to do multiple archs per single image goreleaser/goreleaser#4245

<!--
@caarlos0 caarlos0 modified the milestones: v1.22.0, v1.23.0 Nov 7, 2023
@caarlos0 caarlos0 modified the milestones: v1.23.0, v1.24.0 Dec 29, 2023
@cprivitere
Copy link

Oh my bad I completely forgot about this as I was on PTO. I will take a look shortly!

Did you ever get a chance to look at this?

@caarlos0 caarlos0 modified the milestones: v1.24.0, v1.25.0 Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants