Skip to content

Commit

Permalink
Rename image-building scripts (#45)
Browse files Browse the repository at this point in the history
in prep for another kind of "build" script that runs `monobase.build`
remotely.

Connected to PLAT-584
  • Loading branch information
meatballhat authored Dec 20, 2024
1 parent 7f260bd commit e526edf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
- run: ./script/build
- run: ./script/build-runtime
- run: ./script/build-image
- run: ./script/build-runtime-image
- run: ./script/test

test-mini:
Expand All @@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
- run: ./script/build
- run: ./script/build-image
- run: ./script/test-mini

build-release-monobase:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e526edf

Please sign in to comment.