Skip to content

Commit

Permalink
[ci] Remove Rust image in Release Pipeline (since it's not done)
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Oct 26, 2022
1 parent 2291839 commit eddfe94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
image: [base, java, golang, node, rust, intellij]
image: [base, java, golang, node, intellij]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
runs-on: self-hosted
strategy:
matrix:
image: [base, java, golang, node, rust, intellij]
image: [base, java, golang, node, intellij]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -84,7 +84,7 @@ jobs:
needs: [release-x64, release-arm64]
strategy:
matrix:
image: [base, java, golang, node, rust, intellij]
image: [base, java, golang, node, intellij]
steps:
- name: Login into GitHub Container Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit eddfe94

Please sign in to comment.