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

Provide binaries of the package builder #16

Open
izaac opened this issue Jul 11, 2023 · 0 comments
Open

Provide binaries of the package builder #16

izaac opened this issue Jul 11, 2023 · 0 comments

Comments

@izaac
Copy link
Contributor

izaac commented Jul 11, 2023

The current steps for automated systems is:

  • Download Golang's tar package
  • Configure GOPATH
  • Configure PATH
  • Make sure make is working using the init target
  • Troubleshoot if not
  • Wait for the golang dependencies to be downloaded
  • Wait for the binary to be prepared to build
  • make build

Expectation:

  • Download a package builder binary
  • Add to PATH
  • Use the binary for example in this way: `corral-builder -d /path/to/packages/folder -o /target/folder'
    • Have the target folder with the images created
  • No troubleshoot
@izaac izaac changed the title Provide binaries for the package builder Provide binaries of the package builder Jul 11, 2023
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

1 participant