mirror of
https://github.com/siderolabs/talos.git
synced 2026-05-05 04:16:21 +02:00
fix: talos import on non-linux
Otherwise it fails to import talos on linux machines due to build constraints. Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
parent
61e95cb4b7
commit
b494c54c81
9
pkg/xfs/fsopen/fsopen_other.go
Normal file
9
pkg/xfs/fsopen/fsopen_other.go
Normal file
@ -0,0 +1,9 @@
|
||||
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:build !linux
|
||||
|
||||
// Package fsopen provides a simple interface to create and manage a filesystem
|
||||
// using the Linux syscalls for filesystem operations.
|
||||
package fsopen
|
||||
Loading…
x
Reference in New Issue
Block a user