mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-01-24 12:17:17 -08:00
add s390x support
This commit is contained in:
parent
4932fcaa2e
commit
0f2a87ab22
|
@ -11,7 +11,7 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
// +build !nouname,linux,arm !nouname,linux,ppc64 !nouname,linux,ppc64le
|
// +build !nouname,linux,arm !nouname,linux,ppc64 !nouname,linux,ppc64le !nouname,linux,s390x
|
||||||
|
|
||||||
package collector
|
package collector
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue