ADD ldflags fix typo
This commit is contained in:
parent
7b196d93b1
commit
e712421200
4
.github/workflows/tags.yml
vendored
4
.github/workflows/tags.yml
vendored
@ -27,11 +27,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Build amd64
|
- name: Build amd64
|
||||||
run: |
|
run: |
|
||||||
shortsha=${{ steps.set-sha.outputs.shortsha }} GOOS=linux GOARCH=amd64 go build -o bin/ddns_amd64_$TAG_VERSION "-X main.Shortsha=$shortsha -X main.Version=$TAG_VERSION -X main.Aarch=amd64" ./cmd/...
|
shortsha=${{ steps.set-sha.outputs.shortsha }} GOOS=linux GOARCH=amd64 go build -o bin/ddns_amd64_$TAG_VERSION -ldflags "-X main.Shortsha=$shortsha -X main.Version=$TAG_VERSION -X main.Aarch=amd64" ./cmd/...
|
||||||
|
|
||||||
- name: Build arm64
|
- name: Build arm64
|
||||||
run: |
|
run: |
|
||||||
shortsha=${{ steps.set-sha.outputs.shortsha }} GOOS=linux GOARCH=arm64 go build -o bin/ddns_arm64_$TAG_VERSION "-X main.Shortsha=$shortsha -X main.Version=$TAG_VERSION -X main.Aarch=arm64" ./cmd/...
|
shortsha=${{ steps.set-sha.outputs.shortsha }} GOOS=linux GOARCH=arm64 go build -o bin/ddns_arm64_$TAG_VERSION -ldflags "-X main.Shortsha=$shortsha -X main.Version=$TAG_VERSION -X main.Aarch=arm64" ./cmd/...
|
||||||
|
|
||||||
- name: push generic registry amd64
|
- name: push generic registry amd64
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user