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

Commit

Permalink
cu: run make dist without go-dev container (#5003)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis committed Nov 8, 2022
1 parent 1180454 commit bfbe815
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Expand Up @@ -162,10 +162,7 @@ jobs:
git checkout -- .
- name: Build Artifacts
run: |
docker run --rm \
-v ${GITHUB_WORKSPACE}:/go/src/github.com/Azure/aks-engine \
-w /go/src/github.com/Azure/aks-engine \
mcr.microsoft.com/oss/azcu/go-dev:v1.34.7 make dist
make dist
- name: Remove local tag
run: git tag -d ${{ env.RELEASE_VERSION }}
- name: Publish Release
Expand Down

0 comments on commit bfbe815

Please sign in to comment.