Skip to content

Commit b82168f

Browse files
committed
Add workaround for actions/runner#801
1 parent 33ad917 commit b82168f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/boot-assets-ci.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ jobs:
8585
--base-installer-image registry.skysolutions.fi/library/installer:${{ needs.check-releases.outputs.talosReleaseTag }} \
8686
--overlay-image ghcr.io/skyssolutions/sbc-raspberrypi:210f977 --overlay-name=rpi_generic
8787
88+
- name: Run workaround for https://github.com/actions/runner/issues/801
89+
run: |
90+
apk add gcompat
91+
sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
92+
8893
- name: Upload installer artifact
8994
uses: actions/upload-artifact@v3
9095
with:

0 commit comments

Comments
 (0)