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: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ Build [from anywhere], _optionally_ specifying a [network] name other than `main
10
10
build argument, and accessing cached build layers to reduce the initialization time. You can also
11
11
build with local source by replacing the GitHub link with `.`
12
12
13
+
Note: if you don’t specify `--build-arg USE_IOG_BINARY_CACHE=1`, you will actually be rebuilding our Haskell world from source (including several stages of the Glasgow Haskell Compiler). It’s bound to take a lot of time.
14
+
13
15
### Supported Architectures
14
16
-`linux/amd64`
15
17
-`linux/arm64`
@@ -21,6 +23,7 @@ build with local source by replacing the GitHub link with `.`
0 commit comments