Skip to content

Commit

Permalink
🌱 Add Better Windows Desktop Support to Kairos (#338)
Browse files Browse the repository at this point in the history
adding better windows desktop support for the project

Signed-off-by: Luther Monson <[email protected]>

Signed-off-by: Luther Monson <[email protected]>
  • Loading branch information
luthermonson authored Oct 31, 2022
1 parent b937c89 commit 5defc87
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 44 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.sh text eol=lf
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ docs/node_modules
docs/dist
docs/public
docs/.vscode

coverage.out
.DS_Store

# editor and IDE paraphernalia
Expand Down
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,18 @@ Make sure that all tests and lint checks are passing before submitting a pull re

You can run the lint and test checks locally with:

### Linux
```bash
./earthly.sh +lint
./earthly.sh +test
```

### Windows
```bash
./earthly.ps1 +lint
./earthly.ps1 +test
```

## Step 8: Send the pull request

Send the pull request from your feature branch to us. Be sure to include
Expand Down
1 change: 1 addition & 0 deletions earthly.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker run --privileged -v /var/run/docker.sock:/var/run/docker.sock --rm -t -v ${pwd}:/workspace -v earthly-tmp:/tmp/earthly:rw earthly/earthly:v0.6.21 --allow-privileged @args
4 changes: 0 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ require (
atomicgo.dev/cursor v0.1.1 // indirect
atomicgo.dev/keyboard v0.2.8 // indirect
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/atomicgo/cursor v0.0.1 // indirect
github.com/atotto/clipboard v0.1.4 // indirect
github.com/aybabtme/rgbterm v0.0.0-20170906152045-cc83f3b3ce59 // indirect
github.com/bramvdbogaerde/go-scp v1.2.0 // indirect
Expand All @@ -54,12 +53,10 @@ require (
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
github.com/gookit/color v1.5.2 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/ipfs/go-log v1.0.5 // indirect
Expand Down Expand Up @@ -96,7 +93,6 @@ require (
golang.org/x/sys v0.1.0 // indirect
golang.org/x/term v0.1.0 // indirect
golang.org/x/text v0.4.0 // indirect
golang.org/x/tools v0.2.0 // indirect
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
Expand Down
Loading

0 comments on commit 5defc87

Please sign in to comment.