mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-12-28 06:59:44 -08:00
Merge pull request #138 from prometheus/arm64-error
Fix compilation on linux/arm64
This commit is contained in:
commit
388cb5eafe
|
@ -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
|
||||
// +build !nouname,linux,386 !nouname,linux,amd64 !nouname,linux,arm64
|
||||
|
||||
package collector
|
||||
|
||||
|
|
Loading…
Reference in a new issue