Skip to content

Commit

Permalink
Drop the "dev" variant (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jun 25, 2024
1 parent 2b78191 commit da8faac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 96 deletions.
87 changes: 0 additions & 87 deletions buildkit/Dockerfile.dev

This file was deleted.

9 changes: 1 addition & 8 deletions buildkit/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"variants": [
"",
"rc",
"0.13",
"dev"
"0.13"
],
"rc": {
"commit": "aebcc1f0eabcbaeef4be8e948641f653140fe2bf",
Expand All @@ -29,11 +28,5 @@
"go": {
"version": "1.21"
}
},
"dev": {
"version": "aaaf86e5470bffbb395f5c15ad4a1c152642ea30",
"go": {
"version": "1.21"
}
}
}
3 changes: 2 additions & 1 deletion buildkit/versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ variants=(

'0.13'

'dev'
# TODO add this back when I figure out a clean way to do something more akin to a "weekly snapshot" or something so it doesn't have an update every single day
#'dev'
)

json='{}'
Expand Down

0 comments on commit da8faac

Please sign in to comment.