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

Add sget to the goreleaser release pipeline #752

Merged
merged 2 commits into from Sep 22, 2021

Conversation

cpanato
Copy link
Member

@cpanato cpanato commented Sep 22, 2021

Summary

Follow up of: #745

Now we add the sget in the goreleaser config to release officially sget

  • Include also the container image
  • and a github action to validate the goreleaser config

Ticket Link

N/A

Release Note

Add sget to the goreleaser release pipeline

Signed-off-by: Carlos Panato <ctadeu@gmail.com>
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
@lukehinds
Copy link
Member

fyi, sget is migrating to sigstore/sget , but will have added fulcio TUF polices.

@cpanato
Copy link
Member Author

cpanato commented Sep 22, 2021

we can move the goreleaser config together as well

# See the License for the specific language governing permissions and
# limitations under the License.

ARG RUNTIME_IMAGE=gcr.io/distroless/base:debug
Copy link
Member

Choose a reason for hiding this comment

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

this is only going to be compatible with x86(-64)

Copy link
Member Author

Choose a reason for hiding this comment

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

For the release we ise this gcr.io/distroless/static:debug-nonroot

This also is only for x86?

I built locally and that built for arm.

Vut can we replace that or should we drop the arm for container?

Thanks for the review!

Copy link
Member

Choose a reason for hiding this comment

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

You're right, I forgot we made the arch-y images multi-arch

@dekkagaijin dekkagaijin merged commit 23cead2 into sigstore:main Sep 22, 2021
@github-actions github-actions bot added this to the v1.3.0 milestone Sep 22, 2021
@cpanato cpanato deleted the sget-release branch September 23, 2021 08:33
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.

None yet

3 participants