File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 3030 - name : Build package
3131 env :
3232 PKGARCH : ${{ matrix.pkgarch }}
33+ GOEXPERIMENT : greenteagc
3334 run : sh contrib/deb/generate.sh
3435
3536 - name : Upload artifacts
6162 - name : Build package
6263 env :
6364 PKGARCH : ${{ matrix.pkgarch }}
65+ GOEXPERIMENT : greenteagc
6466 run : sh contrib/macos/create-pkg.sh
6567
6668 - name : Upload artifacts
9395 uses : actions/setup-dotnet@v4
9496
9597 - name : Build package
98+ env :
99+ GOEXPERIMENT : greenteagc
96100 run : sh contrib/msi/build-msi.sh ${{ matrix.pkgarch }}
97101
98102 - name : Upload artifacts
@@ -130,6 +134,7 @@ jobs:
130134 - name : Build package
131135 env :
132136 BUILDDIR_YGG : /home/runner/work/yggdrasil-go/yggdrasil-go/yggdrasil
137+ GOEXPERIMENT : greenteagc
133138 run : cd /home/runner/work/yggdrasil-go/yggdrasil-go/vyatta-yggdrasil && ./build-${{ matrix.pkgarch }}
134139
135140 - name : Upload artifacts
You can’t perform that action at this time.
0 commit comments