Skip to content

Commit

Permalink
feat: Separate OCI env-building from core packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ships committed May 10, 2024
1 parent 051fd3e commit f92f9a1
Show file tree
Hide file tree
Showing 8 changed files with 455 additions and 297 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
nix build \
-L \
-o ./imgGensqlQuery \
'.#ociImgGensqlQuery'
'./envs-flake#ociImgGensqlQuery'
- name: build Loom image
run: |
nix build \
-L \
-o ./imgLoom \
'.#ociImgLoom'
'./envs-flake#ociImgLoom'
- name: Login to Docker Hub
# only run this when running on main, because
Expand All @@ -57,4 +57,4 @@ jobs:
if: github.ref == 'refs/heads/main'
run: |
docker load -i ./imgLoom
docker push --all-tags probcomp/inferenceql.loom
docker push --all-tags probcomp/gensql.loom
365 changes: 365 additions & 0 deletions envs-flake/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f92f9a1

Please sign in to comment.