diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e453c7cfee5c..8c833701d3ba 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -336,6 +336,16 @@ jobs: - name: "Pre: Fixup directories" run: find . -type d -not -perm /u+w -exec chmod u+w '{}' \; + - name: Set up Docker Context for Buildx + if: matrix.arch != 'arm' + run: docker context create builders + + - name: Set up Docker Buildx + if: matrix.arch != 'arm' + uses: docker/setup-buildx-action@v3 + with: + endpoint: builders + - name: Check out code into the Go module directory uses: actions/checkout@v4 with: