Merge pull request #138 from prometheus/arm64-error

Fix compilation on linux/arm64
This commit is contained in:
Tobias Schmidt 2015-10-15 11:34:31 -04:00
commit 388cb5eafe
1 changed files with 1 additions and 1 deletions

View File

@ -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