mirror of
https://github.com/containers/buildah.git
synced 2026-02-05 09:45:38 +01:00
Add run support for FreeBSD
This duplicates over a thousand lines of code from run_linux.go. Subsequent commits will move this code to a new file run_common.go. Signed-off-by: Doug Rabson <dfr@rabson.org>
This commit is contained in:
2285
run_freebsd.go
Normal file
2285
run_freebsd.go
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
||||
//go:build !linux && !darwin
|
||||
// +build !linux,!darwin
|
||||
//go:build !linux && !darwin && !freebsd
|
||||
// +build !linux,!darwin,!freebsd
|
||||
|
||||
package buildah
|
||||
|
||||
|
||||
Reference in New Issue
Block a user