-
Notifications
You must be signed in to change notification settings - Fork 108
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
feat: Enable multiarchitecture builds #115
Conversation
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.
LGTM
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.
Thanks @toninis!
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.
Awesome work 🎖️
Left some comments.
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.
Hadolint linter also throws some suggestions, causing the CI to fail:
-:1 DL3029 warning: Do not use --platform flag with FROM
-:9 DL3045 warning: `COPY` to a relative destination without `WORKDIR` set.
-:12 DL3029 warning: Do not use --platform flag with FROM
Let's either tackle those, or if deemed necessary ignore them.
Summary
Enable multi arch docker build for push proxy
Ticket Link
https://mattermost.atlassian.net/browse/CLD-7247