mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-26 15:32:30 +00:00
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:
parent
1af1c0d783
commit
f5bdd53ce6
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -1,4 +1,4 @@
|
||||
on: ["push", "pull_request"]
|
||||
on: ["pull_request"]
|
||||
name: Unit tests
|
||||
jobs:
|
||||
test:
|
||||
|
@ -5,7 +5,6 @@ go:
|
||||
- "1.11"
|
||||
- tip
|
||||
arch:
|
||||
- amd64
|
||||
- s390x
|
||||
|
||||
go_import_path: github.com/intel/govmm
|
||||
|
Loading…
Reference in New Issue
Block a user