Browse Source

add s390x support

pull/288/head
Takuya Nakaike 8 years ago committed by Tobias Schmidt
parent
commit
0f2a87ab22
  1. 2
      collector/uname_linux_uint8.go

2
collector/uname_linux_uint8.go

@ -11,7 +11,7 @@
// See the License for the specific language governing permissions and
// 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

Loading…
Cancel
Save