Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit bfbe815

Browse files
authored
cu: run make dist without go-dev container (#5003)
1 parent 1180454 commit bfbe815

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,7 @@ jobs:
162162
git checkout -- .
163163
- name: Build Artifacts
164164
run: |
165-
docker run --rm \
166-
-v ${GITHUB_WORKSPACE}:/go/src/github.com/Azure/aks-engine \
167-
-w /go/src/github.com/Azure/aks-engine \
168-
mcr.microsoft.com/oss/azcu/go-dev:v1.34.7 make dist
165+
make dist
169166
- name: Remove local tag
170167
run: git tag -d ${{ env.RELEASE_VERSION }}
171168
- name: Publish Release

0 commit comments

Comments
 (0)