-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new: properly use driverkit v0.15.0 builder images while building.
Also, properly ship a static dbg-go! Signed-off-by: Federico Di Pierro <[email protected]>
- Loading branch information
Showing
3 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -125,3 +125,11 @@ Using `goreleaser`, multiple artifacts are attached to each github release; amon | |
|
||
|
||
> **NOTE:** all commands that require s3 write access, need a proper `--aws-profile` to be passed. | ||
## Bumping driverkit | ||
|
||
To bump driverkit, you just need: | ||
```shell | ||
go get github.com/falcosecurity/[email protected] | ||
``` | ||
and then update Makefile LDFLAGS defaultImageTag to same version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters