travis: disable amd64 jobs

move amd64 CI jobs to github actions

Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
Julio Montes 2020-08-17 13:03:11 -05:00
parent 1af1c0d783
commit f5bdd53ce6
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
on: ["push", "pull_request"] on: ["pull_request"]
name: Unit tests name: Unit tests
jobs: jobs:
test: test:

View File

@ -5,7 +5,6 @@ go:
- "1.11" - "1.11"
- tip - tip
arch: arch:
- amd64
- s390x - s390x
go_import_path: github.com/intel/govmm go_import_path: github.com/intel/govmm