Skip to content

Commit

Permalink
Add Earthly (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
greaka authored May 27, 2024
1 parent 5666521 commit 6b72513
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .earthlyignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**/*
!xwin.dockerfile
!Earthfile
5 changes: 5 additions & 0 deletions Earthfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
VERSION 0.8

xwin:
FROM DOCKERFILE -f xwin.dockerfile /tmp/docker-build
SAVE IMAGE xwin:latest

0 comments on commit 6b72513

Please sign in to comment.