Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 6c7663d

Browse files
committed
chore: update taskfiles
1 parent 7f87dca commit 6c7663d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Taskfile.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ tasks:
1515
update:
1616
cmds:
1717
- echo "Running surgeon..."
18-
- git checkout -b "{{.BRANCHNAME}}"
1918
- surgeon
2019
- ./misc/index.sh
2120
silent: true

cli/Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ vars:
88
tasks:
99
build:
1010
cmds:
11-
- go build -v -trimpath -ldflags="-X github.com/bketelsen/IncusScripts/cli/cmd/main.commit=$(git rev-parse HEAD)" -o scripts-cli ./cmd
11+
- CGO_ENABLED=0 go build -v -trimpath -ldflags="-X github.com/bketelsen/IncusScripts/cli/cmd/main.commit=$(git rev-parse HEAD)" -o scripts-cli ./cmd
1212
silent: true
1313
install:
1414
cmds:

0 commit comments

Comments
 (0)