Skip to content

Commit

Permalink
Temp work around
Browse files Browse the repository at this point in the history
Signed-off-by: James Sturtevant <jstur@microsoft.com>
  • Loading branch information
jsturtevant committed Oct 17, 2023
1 parent e1e6ce9 commit 3e41d0f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/action-test-kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,11 @@ jobs:
- name: Setup build env
run: ./scripts/setup-linux.sh
shell: bash
- name: Download artifacts
uses: actions/download-artifact@master
with:
name: containerd-shim-${{ inputs.runtime }}-${{ inputs.os }}
path: dist
- name: Unpack artifats
- name: build specific artifacts
shell: bash
run: |
mkdir -p dist/bin
tar -xzf dist/containerd-shim-${{ inputs.runtime }}-${{ inputs.os }}.tar.gz -C dist/bin
docker build -o dist/bin/ .
- name: Download test image
uses: actions/download-artifact@master
with:
Expand Down

0 comments on commit 3e41d0f

Please sign in to comment.