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

chore: added docker file and github workflows #99

Merged
merged 8 commits into from
Aug 11, 2022

Conversation

alvin-reyes
Copy link
Contributor

@alvin-reyes alvin-reyes commented Aug 8, 2022

Change

Created a base filclient container here for running builds from a docker image

https://hub.docker.com/repository/docker/0utercore/filclient

To run docker image build

docker run -u root --platform linux/amd64 --env TAG=v0.0.1 0utercore/filclient:base /bin/sh -c "git checkout ${TAG} && make" 

TAG here would be the filclient tag.

Requires

#98

@elijaharita
Copy link
Contributor

I'm no expert in CI, but it's a welcome change and if it seems to work then looks good to me! Thanks!

@alvin-reyes
Copy link
Contributor Author

I'm no expert in CI, but it's a welcome change and if it seems to work then looks good to me! Thanks!

I'll merge this after #98

@alvin-reyes
Copy link
Contributor Author

alvin-reyes commented Aug 11, 2022

I'm no expert in CI, but it's a welcome change and if it seems to work then looks good to me! Thanks!

I'll merge this after #98

Successful code analyzer, go build and test here:

https://github.com/alvin-reyes/filclient/actions/runs/2840627782
https://github.com/alvin-reyes/filclient/runs/7789348553?check_suite_focus=true

@alvin-reyes alvin-reyes merged commit 6ac0cab into application-research:master Aug 11, 2022
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.

2 participants