Skip to content

Commit

Permalink
refactor(ci): integrate arm64 runner + clenaup
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <[email protected]>
  • Loading branch information
therealbobo committed Jan 22, 2025
1 parent dc45476 commit ddafdb8
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 159 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Set artifact name
id: artifact_name
run: |
echo "name=sysdig-dev-linux-$(echo ${{ matrix.platform }} | sed -e 's|/|-|g')" >> $GITHUB_OUTPUT
echo "name=sysdig-dev-linux-$(echo ${{ matrix.platform }} | sed -e 's|/|-|g')" >> "$GITHUB_OUTPUT"
- name: Upload rpm package
uses: actions/upload-artifact@v4
Expand Down
Loading

0 comments on commit ddafdb8

Please sign in to comment.