Skip to content
This repository was archived by the owner on Aug 14, 2020. It is now read-only.

ace: Fix manifest arch error #688

Merged
merged 1 commit into from
Sep 14, 2017
Merged

ace: Fix manifest arch error #688

merged 1 commit into from
Sep 14, 2017

Conversation

glevand
Copy link
Contributor

@glevand glevand commented May 10, 2017

The manifest contains values for the ACI arch and OS, not the go
language values. To avoid confusion, change the symbols 'GOOS" and
'GOARCH' to 'ACI_OS' and 'ACI_ARCH', and provide conversion as
needed.

Fixes errors like these when run an ARM64 machines:

bad arch "arm64" for linux (must be one of: [amd64 i386 aarch64 aarch64_be armv6l armv7l armv7b ppc64 ppc64le s390x])

The manifest contains values for the ACI arch and OS, not the go
language values.  To avoid confusion, change the symbols 'GOOS" and
'GOARCH' to 'ACI_OS' and 'ACI_ARCH', and provide conversion as
needed.

Fixes errors like these when run an ARM64 machines:

  bad arch "arm64" for linux (must be one of: [amd64 i386 aarch64 aarch64_be armv6l armv7l armv7b ppc64 ppc64le s390x])

Signed-off-by: Geoff Levand <geoff@infradead.org>
Copy link
Contributor

@lucab lucab left a comment

Choose a reason for hiding this comment

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

LGTM

@lucab
Copy link
Contributor

lucab commented Sep 14, 2017

/cc @squeed

@squeed
Copy link
Contributor

squeed commented Sep 14, 2017

LGTM too.

@squeed squeed merged commit a8a01be into appc:master Sep 14, 2017
@glevand glevand deleted the for-merge-ace-fix branch September 20, 2017 16:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants