Skip to content

Commit

Permalink
build: remove arch
Browse files Browse the repository at this point in the history
  • Loading branch information
axelrindle committed Nov 28, 2024
1 parent a469832 commit 41838bd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ tasks:
BUILD_VERSION: "{{ env \"BUILD_VERSION\" | default \"dev\" }}"
BUILD_COMMIT:
sh: echo "${BUILD_COMMIT:-$(git rev-parse --short HEAD)}"
env:
GOOS: linux
GOARCH: arm64
cmd: |
go build \
-ldflags="{{.LDFLAGS}} -X 'main.Version={{.BUILD_VERSION}}' -X 'main.CommitHash={{.BUILD_COMMIT}}' -X 'main.BuildTimestamp={{ now }}'" \
Expand Down

0 comments on commit 41838bd

Please sign in to comment.