#!/usr/bin/make -f

export DH_GOLANG_BUILDPKG=github.com/google/go-tpm-tools/simulator

%:
	dh $@ --builddirectory=_build --buildsystem=golang

ifneq (,$(filter s390x,$(DEB_HOST_ARCH)))
override_dh_auto_test:
	@echo "Skipping test on s390x"
endif
