mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-23 20:36:21 +01:00
Merge pull request #361 from lucasbergman/mips-build-fix
mips64 build fix
This commit is contained in:
commit
677ed28575
@ -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 New Issue
Block a user