Skip to content

Commit

Permalink
Add workaround for actions/runner#801
Browse files Browse the repository at this point in the history
  • Loading branch information
samip5 committed Jun 1, 2024
1 parent 33ad917 commit b82168f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/boot-assets-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ jobs:
--base-installer-image registry.skysolutions.fi/library/installer:${{ needs.check-releases.outputs.talosReleaseTag }} \
--overlay-image ghcr.io/skyssolutions/sbc-raspberrypi:210f977 --overlay-name=rpi_generic
- name: Run workaround for https://github.com/actions/runner/issues/801
run: |
apk add gcompat
sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
- name: Upload installer artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit b82168f

Please sign in to comment.