Commit be7ef42 1 parent b31d246 commit be7ef42 Copy full SHA for be7ef42
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
Packer templates to build [ macOS Anka images] ( https://veertu.com/anka-technology/ ) to use in CI:
4
4
5
5
* ` catalina-base ` image has only ` brew ` pre-installed
6
- * ` catalina-xcode-11.4 ` image is based of ` catalina-base ` and has only ` Xcode 11.4 ` pre-installed
7
- * ` catalina-flutter ` image is based of ` catalina-xcode-11.4 ` and has only [ ` Flutter ` ] ( https://flutter.dev/ ) pre-installed
6
+ * ` catalina-xcode-11.4.1 ` image is based of ` catalina-base ` and has only ` Xcode 11.4.1 ` pre-installed
7
+ * ` catalina-flutter ` image is based of ` catalina-xcode-11.4.1 ` and has only [ ` Flutter ` ] ( https://flutter.dev/ ) pre-installed
8
8
9
9
## Building Base Image
10
10
@@ -28,5 +28,5 @@ To build an Xcode image (don't forget to setup `FASTLANE_USER` and `FASTLANE_PAS
28
28
[ xcode-install] ( https://github.com/KrauseFx/xcode-install#usage ) ):
29
29
30
30
``` bash
31
- packer build -var xcode_version= " 11.4 " templates/catalina-xcode .json
31
+ packer build templates/catalina-flutter .json
32
32
```
Original file line number Diff line number Diff line change 12
12
}
13
13
],
14
14
"variables" : {
15
- "xcode_version" : " 11.4"
15
+ "xcode_version" : " 11.4.1 "
16
16
},
17
17
"provisioners" : [
18
18
{
Original file line number Diff line number Diff line change 14
14
"variables" : {
15
15
"fastlane_user" : " {{env `FASTLANE_USER`}}" ,
16
16
"fastlane_password" : " {{env `FASTLANE_PASSWORD`}}" ,
17
- "xcode_version" : " 11.4"
17
+ "xcode_version" : " 11.4.1 "
18
18
},
19
19
"provisioners" : [
20
20
{
You can’t perform that action at this time.
0 commit comments