We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1223765 commit b7b601dCopy full SHA for b7b601d
.github/workflows/release.yml
@@ -293,6 +293,8 @@ jobs:
293
# layer. But we only use the sample app build in the release workflow.
294
# Also, we NEED the architecture value because some apps (like .NET and
295
# Go) depend on this architecture value.
296
+ - name: Patch ADOT
297
+ run: ./patch-upstream.sh
298
- name: Build functions
299
run: GOARCH=${{ matrix.architecture }} ./build.sh ${{ matrix.architecture }}
300
working-directory: ${{ env.TEST_LANGUAGE }}
0 commit comments