Skip to content

Commit ce09500

Browse files
authored
Update README.md
1 parent ce274c0 commit ce09500

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,15 @@ You can use tag filtering if you need to reduce export to a specific set of Thin
9494

9595
### Building code
9696

97-
Code requires go v 1.22.
97+
Core is built by dedicated git workflow. Release can be trigged via applying a new tag.
98+
It's also possible to compile code locally. Code compile requires go v 1.22.
9899
To compile code:
99100

100101
```console
101102
foo@bar:~$ ./compile-lambda.sh
102103
arduino-s3-integration-lambda.zip archive created
104+
105+
OR
106+
107+
foo@bar:~$ task go:build
103108
```

0 commit comments

Comments
 (0)