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

How do you make the build manually? #19

Closed
ncw opened this issue Mar 23, 2021 · 2 comments
Closed

How do you make the build manually? #19

ncw opened this issue Mar 23, 2021 · 2 comments

Comments

@ncw
Copy link

ncw commented Mar 23, 2021

This is a stupid question!

The recent rclone release 1.54.1 didn't run the publish action for some reason as yet unknown, so rclone's docker image didn't get built.

I'd like to run it manually, but I can't figure out how - is there some way I can use the code from this action to do it?

I know how to make a normal docker build and upload it but I can't figure out how to use the extra magic here to create more architectures manually.

Thanks

@ilteoood
Copy link
Owner

Hi @ncw,
you can run the install_buildx.sh starting from # Confiure buildx comment.

After that you build the image in the same way, but using docker buildx build instead of docker build

@ncw
Copy link
Author

ncw commented Mar 24, 2021

Thank you - those instructions worked very well. I understand how it works a lot better now :-)

@ncw ncw closed this as completed Mar 24, 2021
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

No branches or pull requests

2 participants