Skip to content

Commit

Permalink
Prepare for a nightly build with more recent tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Molteno committed Jul 10, 2022
1 parent 5515583 commit 474bf31
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
GNU_TOOLS_TAG: 10.2.1
OPENSBI_TAG: d1-wip
UBOOT_TAG: d1-wip
KERNEL_TAG: d1-wip-v5.18-rc1
KERNEL_TAG: d1-wip-v5.18-rc4
volumes:
- './lichee_rv_dock:/outport'

Expand All @@ -28,21 +28,21 @@ services:
GNU_TOOLS_TAG: 10.2.1
OPENSBI_TAG: d1-wip
UBOOT_TAG: d1-wip
KERNEL_TAG: d1-wip-v5.18-rc1
KERNEL_TAG: d1-wip-v5.18-rc4
volumes:
- './lichee_rv_86:/outport'

lcd: # Build the Dock with LCD display enabled
privileged: true
build:
context: .
dockerfile: Dockerfile
args:
BOARD: lichee_rv_lcd
DISK_MB: 8000
GNU_TOOLS_TAG: 10.2.1
OPENSBI_TAG: d1-wip
UBOOT_TAG: d1-wip
KERNEL_TAG: d1-wip-v5.18-rc1
volumes:
- './lichee_rv_lcd:/outport'
#lcd: # Build the Dock with LCD display enabled
#privileged: true
#build:
#context: .
#dockerfile: Dockerfile
#args:
#BOARD: lichee_rv_lcd
#DISK_MB: 8000
#GNU_TOOLS_TAG: 10.2.1
#OPENSBI_TAG: d1-wip
#UBOOT_TAG: d1-wip
#KERNEL_TAG: d1-wip-v5.18-rc4
#volumes:
#- './lichee_rv_lcd:/outport'

0 comments on commit 474bf31

Please sign in to comment.