Skip to content

Commit

Permalink
Update civo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalanarase authored Dec 7, 2023
1 parent f9d0b20 commit c74555d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/civo.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Release Civo Image
on: push
on:
push:
tags:
- '*'

jobs:
build:
Expand All @@ -10,8 +13,7 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: '>=1.20.0'
- name: Build binary
run: |
- run: |
cd cluster-autoscaler && CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o cluster-autoscaler-amd64
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit c74555d

Please sign in to comment.