DELETE -v flag from build
This commit is contained in:
parent
ded958c900
commit
ab33f676a7
4
.github/workflows/tags.yml
vendored
4
.github/workflows/tags.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
TOKEN: ${{ secrets.TOKEN }}
|
TOKEN: ${{ secrets.TOKEN }}
|
||||||
TAG_VERSION: ${{ github.ref_name }}
|
TAG_VERSION: ${{ github.ref_name }}
|
||||||
run: |
|
run: |
|
||||||
GOOS=linux GOARCH=amd64 go build -v -o ./bin/ddns_amd64_$TAG_VERSION ./cmd/...
|
GOOS=linux GOARCH=amd64 go build -o ./bin/ddns_amd64_$TAG_VERSION ./cmd/...
|
||||||
|
|
||||||
- name: Build arm64
|
- name: Build arm64
|
||||||
env:
|
env:
|
||||||
@ -29,7 +29,7 @@ jobs:
|
|||||||
TOKEN: ${{ secrets.TOKEN }}
|
TOKEN: ${{ secrets.TOKEN }}
|
||||||
TAG_VERSION: ${{ github.ref_name }}
|
TAG_VERSION: ${{ github.ref_name }}
|
||||||
run: |
|
run: |
|
||||||
GOOS=linux GOARCH=arm64 go build -v -o ./bin/ddns_arm64_$TAG_VERSION ./cmd/...
|
GOOS=linux GOARCH=arm64 go build -o ./bin/ddns_arm64_$TAG_VERSION ./cmd/...
|
||||||
|
|
||||||
- name: push generic registry amd64
|
- name: push generic registry amd64
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user