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

dist: build linux/darwin arm64 targets #232

Merged
merged 7 commits into from Nov 11, 2021
Merged

dist: build linux/darwin arm64 targets #232

merged 7 commits into from Nov 11, 2021

Conversation

cpanato
Copy link
Contributor

@cpanato cpanato commented Oct 12, 2021

Summary

Adding the linux/darwin arm64 targets, we start building arm64 for the server and will start adding the targets for the plugins for the ones we prepackage in the build

related to: mattermost/mattermost#18491

Ticket Link

related to https://mattermost.atlassian.net/browse/DOPS-633

@cpanato cpanato requested a review from hanzei October 12, 2021 12:42
@cpanato cpanato requested a review from larkox as a code owner October 12, 2021 12:42
@cpanato cpanato added the 2: Dev Review Requires review by a core committer label Oct 12, 2021
@codecov
Copy link

codecov bot commented Oct 12, 2021

Codecov Report

Merging #232 (4aaf563) into master (a13ca5c) will decrease coverage by 21.68%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #232       +/-   ##
==========================================
- Coverage   21.68%   0.00%   -21.69%     
==========================================
  Files           8       8               
  Lines         853     854        +1     
==========================================
- Hits          185       0      -185     
- Misses        625     854      +229     
+ Partials       43       0       -43     
Impacted Files Coverage Δ
server/command.go 0.00% <ø> (-14.18%) ⬇️
server/http.go 0.00% <0.00%> (-27.93%) ⬇️
server/main.go 0.00% <ø> (ø)
server/plugin.go 0.00% <0.00%> (-23.43%) ⬇️
server/store.go 0.00% <ø> (-11.35%) ⬇️
server/telemetry.go 0.00% <0.00%> (-25.00%) ⬇️
server/configuration.go 0.00% <0.00%> (-25.00%) ⬇️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a13ca5c...4aaf563. Read the comment docs.

plugin.json Show resolved Hide resolved
Copy link
Collaborator

@hanzei hanzei left a comment

Choose a reason for hiding this comment

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

@cpanato cpanato removed the Awaiting Submitter Action Blocked on the author label Nov 8, 2021
@cpanato cpanato requested a review from hanzei November 8, 2021 16:51
@@ -4,7 +4,7 @@
package zoom

// Meeting is defined at https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meeting
type Meeting struct {
type Meeting struct { // nolint: govet
Copy link
Collaborator

Choose a reason for hiding this comment

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

What linter error does this ignore?

Copy link
Contributor Author

@cpanato cpanato Nov 9, 2021

Choose a reason for hiding this comment

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

a bit hard to organize the struct, if you want to try I appreciate

or maybe I'm too dumb that I cannot organize the struct

@hanzei hanzei added 4: Reviews Complete All reviewers have approved the pull request and removed 2: Dev Review Requires review by a core committer labels Nov 8, 2021
@hanzei hanzei added this to the v2.0.0 milestone Nov 8, 2021
@hanzei hanzei requested a review from larkox November 8, 2021 20:07
@hanzei hanzei added 2: Dev Review Requires review by a core committer and removed 4: Reviews Complete All reviewers have approved the pull request labels Nov 8, 2021
@hanzei hanzei added 4: Reviews Complete All reviewers have approved the pull request and removed 2: Dev Review Requires review by a core committer labels Nov 11, 2021
@hanzei hanzei merged commit ddea06a into master Nov 11, 2021
@hanzei hanzei deleted the arm64 branch November 11, 2021 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4: Reviews Complete All reviewers have approved the pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants