Skip to content

Commit 3a194de

Browse files
authored
Don't build for Windows for now
1 parent 2bb4c6e commit 3a194de

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build-and-release.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ jobs:
2626
- name: Build for Linux arm64
2727
run: GOOS=linux GOARCH=arm64 go build -v -ldflags="-w -s" -o homedash-linux-arm64 .
2828

29-
- name: Build for Windows amd64
30-
run: GOOS=windows GOARCH=amd64 go build -v -ldflags="-w -s" -o homedash-windows-amd64 .
31-
32-
- name: Build for Windows arm64
33-
run: GOOS=windows GOARCH=arm64 go build -v -ldflags="-w -s" -o homedash-windows-arm64 .
34-
3529
- name: Set up Git
3630
run: |
3731
git config --local user.email "[email protected]"
@@ -43,4 +37,4 @@ jobs:
4337
files: ./homedash-*
4438
append_body: true
4539
body: |
46-
The container image for this release is available from https://ghcr.io/mvdkleijn/homedash
40+
The container image for this release is available from https://ghcr.io/mvdkleijn/homedash

0 commit comments

Comments
 (0)