Skip to content

Commit e8c8294

Browse files
committed
update matrix files
1 parent 2a208f6 commit e8c8294

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.slsa-goreleaser/darwin-amd64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ goos: "darwin"
1818
goarch: "amd64"
1919

2020
# (Optional) Entrypoint to compile.
21-
main: ./cmd/lcode-hub
21+
# main: ./
2222

2323
# (Optional) Working directory. (default: root of the project)
2424
# dir: ./relative/path/to/dir

.slsa-goreleaser/darwin-arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ goos: "darwin"
1818
goarch: "arm64"
1919

2020
# (Optional) Entrypoint to compile.
21-
main: ./cmd/lcode-hub
21+
# main: ./
2222

2323
# (Optional) Working directory. (default: root of the project)
2424
# dir: ./relative/path/to/dir

.slsa-goreleaser/linux-amd64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ goos: "linux"
1818
goarch: "amd64"
1919

2020
# (Optional) Entrypoint to compile.
21-
main: ./cmd/lcode-hub
21+
# main: ./
2222

2323
# (Optional) Working directory. (default: root of the project)
2424
# dir: ./relative/path/to/dir

.slsa-goreleaser/linux-arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ goos: "linux"
1818
goarch: "arm64"
1919

2020
# (Optional) Entrypoint to compile.
21-
main: ./cmd/lcode-hub
21+
# main: ./
2222

2323
# (Optional) Working directory. (default: root of the project)
2424
# dir: ./relative/path/to/dir

.slsa-goreleaser/windows-amd64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ goos: "windows"
1818
goarch: "amd64"
1919

2020
# (Optional) Entrypoint to compile.
21-
main: ./cmd/lcode-hub
21+
# main: ./
2222

2323
# (Optional) Working directory. (default: root of the project)
2424
# dir: ./relative/path/to/dir

.slsa-goreleaser/windows-arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ goos: "windows"
1818
goarch: "arm64"
1919

2020
# (Optional) Entrypoint to compile.
21-
main: ./cmd/lcode-hub
21+
# main: ./
2222

2323
# (Optional) Working directory. (default: root of the project)
2424
# dir: ./relative/path/to/dir

0 commit comments

Comments
 (0)