Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Young Bu Park <[email protected]>
  • Loading branch information
youngbupark committed Mar 30, 2024
1 parent f994fb7 commit 2baf9bd
Showing 1 changed file with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions .github/workflows/radius-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,49 +238,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_RAD_CI_BOT_PAT }}

publish_test:
name: Publish to GHCR
needs: ["build", "vscode-bicep-build"]
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
strategy:
matrix:
runtime:
- name: windows-x64
id: win-x64
extension: .exe
- name: windows-arm64
id: win-arm64
extension: .exe
- name: linux-x64
id: linux-x64
- name: linux-arm
id: linux-arm
- name: linux-arm64
id: linux-arm64
- name: macos-x64
id: osx-x64
- name: macos-arm64
id: osx-arm64
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
submodules: true
- name: Parse release version and set environment variables
run: python ./.github/scripts/get_release_version.py
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: artifacts-${{ matrix.runtime.name }}
path: artifacts
- name: Display artifacts
run: ls -R
working-directory: ./artifacts

publish:
if: ${{ github.event_name == 'push' }}
name: Publish to GHCR
Expand Down

0 comments on commit 2baf9bd

Please sign in to comment.