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

Added arch types to Docker and binary releases #2220

Merged
merged 11 commits into from
Sep 8, 2023

Conversation

kvanzuijlen
Copy link
Member

@kvanzuijlen kvanzuijlen commented Sep 5, 2023

Description

Adds build outputs for darwin-arm64, linux-armv5 and linux-armv7

Motivation and Context

Fixes #2219
Fixes #2218

How Has This Been Tested?

Ran make release locally. All release artifacts were generated succesfully.

Checklist:

  • My change requires a change to the documentation or CHANGELOG.
  • I have updated the documentation/CHANGELOG accordingly.
  • I have created a feature (non-master) branch for my PR.

@kvanzuijlen kvanzuijlen requested a review from a team as a code owner September 5, 2023 22:07
@kvanzuijlen kvanzuijlen changed the title Added several arm builds to dist.sh Added arch types to Docker and binary releases Sep 5, 2023
Copy link
Member

@tuunit tuunit left a comment

Choose a reason for hiding this comment

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

shouldn't we keep armv7 and armv8? why did you remove armv8?

Makefile Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
kvanzuijlen and others added 3 commits September 7, 2023 20:24
Co-authored-by: Jan Larwig <jan@larwig.com>
Co-authored-by: Jan Larwig <jan@larwig.com>
Co-authored-by: Jan Larwig <jan@larwig.com>
@kvanzuijlen
Copy link
Member Author

shouldn't we keep armv7 and armv8? why did you remove armv8?

Assuming this is about the Makefile; I renamed it back to arm64 since that's likely what caused the issue described in #2218.

Copy link
Member

@JoelSpeed JoelSpeed left a comment

Choose a reason for hiding this comment

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

With this change we are no longer pushing the latest tags for anything, I don't think that's a desired change is it?

@kvanzuijlen
Copy link
Member Author

With this change we are no longer pushing the latest tags for anything, I don't think that's a desired change is it?

@JoelSpeed I think that should still work, at least based on my own test:
image
I'll purge my previous pushes and try again just to be sure! I'll let you know

@kvanzuijlen
Copy link
Member Author

kvanzuijlen commented Sep 7, 2023

@JoelSpeed
still works:
image
(v7.5.0 + latest are also there)

Tested it with the latest changes I just pushed

JoelSpeed
JoelSpeed previously approved these changes Sep 8, 2023
@JoelSpeed JoelSpeed merged commit 982ae7e into oauth2-proxy:master Sep 8, 2023
6 checks passed
@tuunit tuunit added this to the v7.5.1 milestone Sep 13, 2023
flobeier pushed a commit to flobeier/oauth2-proxy that referenced this pull request Oct 18, 2023
* Added several arm builds to dist.sh

* Added platforms to Dockerfile and updated docs

* Reverted changes made for testing

* Fix docker platform images

* Fix docker platform images

* Update Makefile

Co-authored-by: Jan Larwig <jan@larwig.com>

* Update Makefile

Co-authored-by: Jan Larwig <jan@larwig.com>

* Update Makefile

Co-authored-by: Jan Larwig <jan@larwig.com>

* Formatting improvements

---------

Co-authored-by: Jan Larwig <jan@larwig.com>
isodude pushed a commit to isodude/oauth2-proxy that referenced this pull request Nov 7, 2023
* Added several arm builds to dist.sh

* Added platforms to Dockerfile and updated docs

* Reverted changes made for testing

* Fix docker platform images

* Fix docker platform images

* Update Makefile

Co-authored-by: Jan Larwig <jan@larwig.com>

* Update Makefile

Co-authored-by: Jan Larwig <jan@larwig.com>

* Update Makefile

Co-authored-by: Jan Larwig <jan@larwig.com>

* Formatting improvements

---------

Co-authored-by: Jan Larwig <jan@larwig.com>
@kvanzuijlen kvanzuijlen deleted the macos-arm64-release branch January 20, 2024 21:41
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.

Include darwin arm64 in releases Inconsistent arm tagging on v7.5.0 release
3 participants