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

build-aci: Fix ACI image name #8090

Merged
merged 1 commit into from
Jun 14, 2017
Merged

build-aci: Fix ACI image name #8090

merged 1 commit into from
Jun 14, 2017

Commits on Jun 13, 2017

  1. build-aci: Fix ACI image name

    The appc discovery spec states that the architecture specifier in the ACI
    image file name will be an ACI architecture value.  Our build scripts were
    using GOARCH in the image name, which is incorrect for arm64/aarch64.
    See: https://github.com/appc/spec/blob/master/spec/discovery.md
    
    Fixes errors like these on arm64 machines:
    
      $ rkt --debug --insecure-options=image fetch coreos.com/etcd:v3.2.0-rc.1
      image: remote fetching from URL "https://github.com/coreos/etcd/releases/download/v3.2.0-rc.1/etcd-v3.2.0-rc.1-linux-aarch64.aci"
      fetch: bad HTTP status code: 404
    
    Signed-off-by: Geoff Levand <geoff@infradead.org>
    glevand committed Jun 13, 2017
    Configuration menu
    Copy the full SHA
    e402606 View commit details
    Browse the repository at this point in the history