Skip to content

Commit

Permalink
Update builder to use debian bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishcoleman committed Aug 22, 2021
1 parent f7cf2a7 commit 0454ad0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Default to just looking in the local directory for config files
CONFIGDIRS ?= .

CONFIG_DISTRO ?= buster
CONFIG_DISTRO ?= bullseye
CONFIG_DEBIAN_ARCH ?= armhf

CONFIG_ROOT_PASS = root
Expand Down
5 changes: 5 additions & 0 deletions apt.sources/bullseye.list
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#
# The standard debian stable reference for Bullseye

deb http://httpredir.debian.org/debian bullseye main contrib non-free
##builder keyring debian-archive-keyring
5 changes: 0 additions & 5 deletions apt.sources/buster.list

This file was deleted.

2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

all: test

CONFIG_DEBIAN_VER = buster
CONFIG_DEBIAN_VER = bullseye
CONFIG_DEBIAN_ARCH = i386
export CONFIG_DEBIAN_ARCH

Expand Down

0 comments on commit 0454ad0

Please sign in to comment.