-
Notifications
You must be signed in to change notification settings - Fork 74
Add building with Podman managed containers #54
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
firectl | ||
firectl.sha256 | ||
.vscode | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,9 +16,11 @@ installed on your computer. | |
_We use [go modules](https://github.com/golang/go/wiki/Modules), so you need to | ||
build with Go 1.11 or newer._ | ||
|
||
If you do not have a new-enough Go toolchain installed, you can use `make | ||
build-in-docker`. This rule creates a temporary Docker container which builds | ||
and copies the binary to your current directory. | ||
If you do not have a new-enough Go toolchain installed, you can build in a | ||
temporary container - the binary is copied to your current directory: | ||
|
||
1. `make build-in-docker` | ||
1. `make build-in-podman` | ||
Comment on lines
+22
to
+23
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. How about using
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good point: * `make build-in-docker`, or
* `make build-in-podman` |
||
|
||
Usage | ||
--- | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For editor-specific files, I think it would be better to use a per-user global gitignore file.
https://help.github.com/en/github/using-git/ignoring-files#configuring-ignored-files-for-all-repositories-on-your-computer