Skip to content

Commit

Permalink
Separate builds for azure/google specialized images
Browse files Browse the repository at this point in the history
  • Loading branch information
costrouc committed Mar 12, 2024
1 parent 5bde6a1 commit e2ebbc3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-bake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ name: Build Docker Images with Bake
jobs:
build:
runs-on: ubuntu-latest-4x
strategy:
matrix:
targets: [
"default",
"workbench-for-google-cloud-workstations",
"workbench-for-microsoft-azure-ml",
]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 0 additions & 2 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ group "default" {
"package-manager",
"r-session-complete",
"workbench",
"workbench-for-google-cloud-workstations",
"workbench-for-microsoft-azure-ml",
]
}

Expand Down

0 comments on commit e2ebbc3

Please sign in to comment.