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

Conversation

glevand
Copy link
Contributor

@glevand glevand commented Jun 13, 2017

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

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>
Copy link
Contributor

@heyitsanthony heyitsanthony left a comment

Choose a reason for hiding this comment

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

lgtm thanks

@codecov-io
Copy link

Codecov Report

Merging #8090 into master will decrease coverage by 0.22%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #8090      +/-   ##
==========================================
- Coverage   76.65%   76.43%   -0.23%     
==========================================
  Files         342      342              
  Lines       26592    26568      -24     
==========================================
- Hits        20384    20307      -77     
- Misses       4759     4799      +40     
- Partials     1449     1462      +13
Impacted Files Coverage Δ
proxy/grpcproxy/register.go 83.33% <0%> (-11.12%) ⬇️
auth/simple_token.go 86.79% <0%> (-6.61%) ⬇️
pkg/transport/listener_tls.go 79.34% <0%> (-4.35%) ⬇️
pkg/adt/interval_tree.go 87.5% <0%> (-4.27%) ⬇️
clientv3/txn.go 96.36% <0%> (-3.64%) ⬇️
etcdserver/api/v3rpc/lease.go 96.42% <0%> (-3.58%) ⬇️
proxy/grpcproxy/watch.go 90.97% <0%> (-3.48%) ⬇️
clientv3/concurrency/election.go 80% <0%> (-2.41%) ⬇️
raft/node.go 90.17% <0%> (-2.24%) ⬇️
etcdmain/etcd.go 44.2% <0%> (-2.15%) ⬇️
... and 13 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 750dc7f...e402606. Read the comment docs.

@gyuho gyuho merged commit e6d2667 into etcd-io:master Jun 14, 2017
@glevand glevand deleted the for-merge-aci branch June 14, 2017 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants