Skip to content

Commit

Permalink
build: switch to older raspios base for building
Browse files Browse the repository at this point in the history
  • Loading branch information
Koston-0xDEADBEEF committed Oct 31, 2023
1 parent 3f6c3bc commit 08400b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pguyot/arm-runner-action@v2
- uses: pguyot/arm-runner-action@HEAD
with:
# This one is segfaulting..
#base_image: raspi_2_bullseye:20230102
# plz work
base_image: raspios_lite:2023-05-03
image_additional_mb: 1024
commands: |
apt-get install -y golang zlib1g-dev
Expand Down

0 comments on commit 08400b5

Please sign in to comment.