Skip to content

Commit e378c5b

Browse files
authored
README.md: document arm_container in the example and update Go versions (#725)
1 parent 344df47 commit e378c5b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Here is an example of `.cirrus.yml` configuration file for testing a Go applicat
3939
task:
4040
env:
4141
matrix:
42-
VERSION: 1.15
43-
VERSION: 1.14
42+
VERSION: 1.21
43+
VERSION: 1.22
4444
name: Tests (Go $VERSION)
4545
container:
4646
image: golang:$VERSION
@@ -52,6 +52,8 @@ task:
5252
test_script: go test ./...
5353
```
5454
55+
Note: `container:` implies the `amd64` architecture. If you're running on `arm64`, please use with the `arm_container` instead.
56+
5557
### Running Cirrus Tasks
5658

5759
To run Cirrus tasks, simply switch to a directory where the `.cirrus.yml` is located and run:

0 commit comments

Comments
 (0)