Skip to content

Commit

Permalink
Merge pull request #101 from shogo82148/introduce-runner-arch
Browse files Browse the repository at this point in the history
introduce the `runner.arch` context value
  • Loading branch information
rhysd authored Feb 24, 2022
2 parents 0c923ea + bbe1a4d commit b957248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions expr_sema.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ var BuiltinGlobalVariableTypes = map[string]ExprType{
"runner": NewStrictObjectType(map[string]ExprType{
"name": StringType{},
"os": StringType{},
"arch": StringType{},
"temp": StringType{},
"tool_cache": StringType{},
// These are not documented but actually exist
Expand Down

0 comments on commit b957248

Please sign in to comment.