You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: orka/templates/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Once installed, you can verify the installation by running the following command
10
10
packer --version
11
11
```
12
12
13
-
While writing this document, the latest version of Packer is `1.14.2`.
13
+
While writing this document, the latest version of Packer is `1.15.1`.
14
14
15
15
## Install dependencies
16
16
@@ -49,9 +49,9 @@ We need the private key for node-www for the release images, as well as the appl
49
49
2. Go to the `build/release` folder in the secrets repo
50
50
3. Extract from secrets/build/release and put it in this repo (adjust the orka path in this command): `dotgpg cat Apple\ Developer\ ID\ Node.js\ Foundation.p12.base64 | base64 -D > orka/templates/files/secrets/Apple\ Developer\ ID\ Node.js\ Foundation.p12`
51
51
52
-
## Download Xcode to the shared vm storage
52
+
## Download Xcode to the shared vm storage
53
53
54
-
1. Full Xcode installation
54
+
1. Full Xcode installation (if adding a new xcode version)
55
55
56
56
Xcode Command-line tools are not enough to perform a full notarization cycle, full Xcode must be fully installed on the release images.
0 commit comments