From 36f56fdbb18b74c2c8a8bf1fba7e6a7b556a89c0 Mon Sep 17 00:00:00 2001 From: panticmilos Date: Wed, 10 Aug 2022 11:02:49 +0200 Subject: [PATCH] Update readme --- docs/adrs/0001-architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adrs/0001-architecture.md b/docs/adrs/0001-architecture.md index 74e03a7..a8b740f 100644 --- a/docs/adrs/0001-architecture.md +++ b/docs/adrs/0001-architecture.md @@ -1,6 +1,6 @@ ## Architecture -You can use any of the [supported operating systems](https://docs.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners), and the compatible `architecture` can be selected using `architecture`. Values are `x86`, `x64`, `arm`, `arm64`, `amd64` (not all of the architectures are available on all platforms). +You can use any of the [supported operating systems](https://docs.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners), and the compatible `architecture` can be selected by specifying a value for `architecture` input variable. Values are `x86`, `x64`, `arm`, `arm64`, `amd64` (not all of the architectures are available on all platforms). ```yaml jobs: