Skip to content

Commit

Permalink
use make for building binary
Browse files Browse the repository at this point in the history
  • Loading branch information
terjesannum committed Dec 10, 2023
1 parent 054b972 commit 48e22f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
provenance: false
push: true
tags: ghcr.io/${{ github.repository_owner }}/tibber-exporter:${{ steps.get_version.outputs.version }},ghcr.io/${{ github.repository_owner }}/tibber-exporter:latest
build-args: |
UA=tibber-exporter/${{ steps.get_version.outputs.version }} (${{ github.server_url}}/${{ github.repository }})

release-chart:
name: Release chart
Expand Down Expand Up @@ -99,5 +97,5 @@ jobs:
goarch: ${{ matrix.goarch }}
asset_name: "tibber-exporter-${{ steps.get_version.outputs.version }}-${{ matrix.goos }}-${{ matrix.goarch }}"
release_tag: "tibber-exporter-${{ steps.get_version.outputs.version }}"
build_command: make
md5sum: false
ldflags: "-X 'main.userAgent=tibber-exporter/${{ steps.get_version.outputs.version }} (${{ github.server_url}}/${{ github.repository }})'"

0 comments on commit 48e22f3

Please sign in to comment.