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

enable unit test on arm64 platform #1640

Merged
merged 1 commit into from Nov 6, 2017

Conversation

jongwu
Copy link
Contributor

@jongwu jongwu commented Nov 3, 2017

Currently, unit test can't be done on arm64 platform
due to multi-arch issue.

Fix points:
golang:1.8.0 doesn't support arm64.
We use golang:1.8 to replace it.

Signed-off-by: Jianyong Wu jianyong.wu@arm.com

Currently, unit test can't be done on arm64 platform
due to multi-arch issue.

Fix points:
golang:1.8.0 doesn't support arm64.
We use golang:1.8 to replace it.

Signed-off-by: Jianyong Wu <jianyong.wu@arm.com>
@jongwu
Copy link
Contributor Author

jongwu commented Nov 3, 2017

@avagin @caniszczyk @crosbymichael @cyphar can you help to check?

@tianon
Copy link
Member

tianon commented Nov 3, 2017

(for context, Go 1.8.5 added official arm64 release binaries, which is why this works)

@cyphar
Copy link
Member

cyphar commented Nov 3, 2017

LGTM.

Approved with PullApprove

@avagin
Copy link
Contributor

avagin commented Nov 3, 2017

LGTM

Approved with PullApprove

1 similar comment
@dqminh
Copy link
Contributor

dqminh commented Nov 6, 2017

LGTM

Approved with PullApprove

@dqminh dqminh merged commit c4f49e2 into opencontainers:master Nov 6, 2017
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

5 participants