Skip to content

Commit

Permalink
ci: fixes build binary step
Browse files Browse the repository at this point in the history
  • Loading branch information
nxtcoder17 committed Feb 2, 2024
1 parent 7122a02 commit 6ec2ed8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/kloudlite-cluster-autoscaler-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths:
- "cluster-autoscaler/**"
- ".github/workflows/**"

permissions:
contents: read
Expand Down Expand Up @@ -47,9 +48,11 @@ jobs:
tar -xf upx.tar.xz
sudo mv upx-4.2.1-amd64_linux/upx /usr/local/bin
- name: Build Binary
- name: Build Binary (check whether build works)
run: |
task build Out=$PWD/.github/workflows/container-build/app CWD=${{matrix.buildDir}}
pushd cluster-autoscaler
task build
popd
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 6ec2ed8

Please sign in to comment.