Skip to content

Commit

Permalink
Buildroot 2023.05
Browse files Browse the repository at this point in the history
  • Loading branch information
olljanat committed Jun 25, 2023
1 parent 2f51b88 commit cd0968a
Show file tree
Hide file tree
Showing 4 changed files with 534 additions and 208 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
required: true
version:
description: 'Version'
default: 'v2021.02.1-?'
default: 'v2023.05-?'
required: true

jobs:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV SHELL /bin/bash
ENV ARTIFACTS /usr/src
WORKDIR ${DAPPER_SOURCE}

ENV BUILDROOT_VERSION 2022.02.10
ENV BUILDROOT_VERSION 2023.05
ENV TARBALL ${BUILDROOT_VERSION}.tar.gz
RUN cd ${ARTIFACTS} && \
wget https://github.com/buildroot/buildroot/archive/$TARBALL
Expand Down
Loading

0 comments on commit cd0968a

Please sign in to comment.