github action: add ARM64 test with README

README for self-hosted-linux-arm64-graviton2-tests.yml

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
Gyuho Lee
2021-05-08 01:48:05 -07:00
parent 5f6f69c3cc
commit 3a04b2b61f
3 changed files with 166 additions and 1 deletions

View File

@@ -15,7 +15,6 @@ mod="$1"
ver="$2"
function maybe_update_module {
log_callout "Processing ${module}"
run go mod tidy
deps=$(go list -f '{{if not .Indirect}}{{if .Version}}{{.Path}},{{.Version}}{{end}}{{end}}' -m all)