We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb4c6e commit 3a194deCopy full SHA for 3a194de
.github/workflows/build-and-release.yml
@@ -26,12 +26,6 @@ jobs:
26
- name: Build for Linux arm64
27
run: GOOS=linux GOARCH=arm64 go build -v -ldflags="-w -s" -o homedash-linux-arm64 .
28
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
35
- name: Set up Git
36
run: |
37
git config --local user.email "[email protected]"
@@ -43,4 +37,4 @@ jobs:
43
files: ./homedash-*
44
38
append_body: true
45
39
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