Commit e7cb879
committed
Add cflinuxfs5 to install_go.sh stack allowlist
When deploying via git URL, CF runs bin/supply as a shell script which
sources scripts/install_go.sh to bootstrap Go compilation. The stack
check only allowed cflinuxfs3 and cflinuxfs4, causing cflinuxfs5
deployments to fail with 'Unsupported stack' before any Go code runs.
The Go binary (cflinuxfs3) is forward-compatible and works on all
three stacks.1 parent 4b2a72b commit e7cb879
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments