mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
linux/mips: Unbreak the build
Specifically, uname syscall support on Linux is controlled by a build tag white list, and both mips64 platforms were missing from the list.
This commit is contained in:
parent
006d1c7922
commit
4f479e55e0
|
@ -11,7 +11,7 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// +build !nouname,linux,386 !nouname,linux,amd64 !nouname,linux,arm64
|
||||
// +build !nouname,linux,386 !nouname,linux,amd64 !nouname,linux,arm64 !nouname,linux,mips64 !nouname,linux,mips64le
|
||||
|
||||
package collector
|
||||
|
||||
|
|
Loading…
Reference in a new issue