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

Fixes #75 Circle CI deploy in 0.25.1 #85

Merged
merged 7 commits into from
Jun 29, 2019

Conversation

m4yk3ldev
Copy link
Contributor

Fixes #75

Maykel Arias Torres added 3 commits June 27, 2019 09:48
…d defining the ENV TAG_DEPLOY to define when it is a release
…buntu and Debian that support `add-apt-repository`
…cies of `skyapi ` in the image generated by `docker` in `Circle CI`
@@ -54,25 +54,28 @@ jobs:
- checkout
- setup_remote_docker:
version: 18.06.0-ce
- run: docker build --build-arg QEMU_PLATFORM --build-arg QEMU_OS=debian --file $GOPATH/src/github.com/skycoin/libskycoin/docker/images/test-arm/Dockerfile $GOPATH/src/github.com/skycoin/libskycoin -t skydev-test
- run: docker build --build-arg QEMU_PLATFORM --build-arg QEMU_OS=ubuntu --file $GOPATH/src/github.com/skycoin/libskycoin/docker/images/test-arm/Dockerfile $GOPATH/src/github.com/skycoin/libskycoin -t skydev-test
Copy link
Contributor

Choose a reason for hiding this comment

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

Gotta use Debian , Skycoin projects rely on Debian not Ubuntu .

@@ -1,5 +1,5 @@
ARG QEMU_PLATFORM
FROM balenalib/${QEMU_PLATFORM}-debian-golang
FROM balenalib/${QEMU_PLATFORM}-ubuntu-golang
Copy link
Contributor

Choose a reason for hiding this comment

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

shouldn't this be Debian ? Why Ubuntu ?

@@ -10,17 +10,17 @@ ADD . $GOPATH/src/github.com/skycoin/libskycoin/
RUN [ "cross-build-start" ]

RUN ls -oa $GOPATH/src/github.com/skycoin/libskycoin/
RUN sh $GOPATH/src/github.com/skycoin/libskycoin/ci-scripts/docker_install_debian.sh
RUN sh $GOPATH/src/github.com/skycoin/libskycoin/ci-scripts/docker_install_ubuntu.sh
Copy link
Contributor

Choose a reason for hiding this comment

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

Debian ?

@olemis olemis merged commit 277387e into skycoin:v0.25dev Jun 29, 2019
@olemis olemis added ci Tests and continuous integration stdev wip Work in progress labels Jun 29, 2019
@olemis olemis added this to the 0.25.1 milestone Jun 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Tests and continuous integration stdev wip Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants