Skip to content

Commit

Permalink
fix github action for creating a release
Browse files Browse the repository at this point in the history
  • Loading branch information
ading2210 committed Apr 26, 2024
1 parent 43a3e81 commit 0c73fe2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on: [push]

jobs:
build:
permissions:
contents: write

strategy:
matrix:
board: [dedede, octopus, coral, grunt]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ sudo resize2fs /dev/mmcblk1p4
If your kernel version is too old, the standard Mesa drivers will fail to load. Instead, you must download and install the `mesa-amber` drivers. Run the following commands:
```
sudo apt install libglx-amber0 libegl-amber0
echo "MESA_LOADER_DRIVER_OVERRIDE=i965" >> /etc/environment
echo "MESA_LOADER_DRIVER_OVERRIDE=i965" | sudo tee -a /etc/environment
```
You may need to change `i965` to `i915` (or `r100`/`r200` for AMD hardware), depending on what GPU you have.

Expand Down

0 comments on commit 0c73fe2

Please sign in to comment.