Skip to content

Commit

Permalink
TEMP-DO-NOT-MERGE: REALLY THO
Browse files Browse the repository at this point in the history
  • Loading branch information
Gankra committed Dec 12, 2023
1 parent 732c48a commit a340b13
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cargo-dist-version = "0.6.0-github-docker-min"
# CI backends to support
ci = ["github"]
# The installers to generate for each app
installers = ["shell", "powershell", "homebrew"]
installers = ["shell", "powershell", "homebrew", "docker"]
# A GitHub repo to push Homebrew formulas to
tap = "axodotdev/homebrew-tap"
# Publish jobs to run in CI
Expand Down
19 changes: 19 additions & 0 deletions cargo-dist/tests/snapshots/manifest.snap
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ stdout:
"cargo-dist.rb",
"cargo-dist-x86_64-unknown-linux-gnu.tar.xz",
"cargo-dist-x86_64-unknown-linux-gnu.tar.xz.sha256",
"cargo-dist-x86_64-unknown-linux-gnu_dockerimage.tar",
"cargo-dist-x86_64-unknown-linux-gnu_dockerimage.tar.sha256",
"cargo-dist-x86_64-unknown-linux-musl.tar.xz",
"cargo-dist-x86_64-unknown-linux-musl.tar.xz.sha256"
],
Expand Down Expand Up @@ -88,6 +90,23 @@ stdout:
"x86_64-unknown-linux-gnu"
]
},
"cargo-dist-x86_64-unknown-linux-gnu_dockerimage.tar": {
"name": "cargo-dist-x86_64-unknown-linux-gnu_dockerimage.tar",
"kind": "installer",
"assets": [
{
"name": "cargo-dist",
"path": "cargo-dist",
"kind": "executable"
}
],
"description": "try it out in docker",
"checksum": "cargo-dist-x86_64-unknown-linux-gnu_dockerimage.tar.sha256"
},
"cargo-dist-x86_64-unknown-linux-gnu_dockerimage.tar.sha256": {
"name": "cargo-dist-x86_64-unknown-linux-gnu_dockerimage.tar.sha256",
"kind": "checksum"
},
"cargo-dist-x86_64-unknown-linux-musl.tar.xz": {
"name": "cargo-dist-x86_64-unknown-linux-musl.tar.xz",
"kind": "executable-zip",
Expand Down

0 comments on commit a340b13

Please sign in to comment.