Skip to content

Commit

Permalink
Bump toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
gligneul committed Jun 14, 2021
1 parent 5a39eb7 commit 44983c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
push: false
load: true
build-args: |
TOOLCHAIN_VERSION=0.5.0
TOOLCHAIN_VERSION=0.6.0
- name: Export linux.bin artifact
run: make copy IMG=`echo "${{ steps.docker_meta.outputs.tags }}" | cut -d "," -f 1 | xargs`
Expand All @@ -66,4 +66,4 @@ jobs:
push: true
load: false
build-args: |
TOOLCHAIN_VERSION=0.5.0
TOOLCHAIN_VERSION=0.6.0
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
.PHONY: all build push run pull share copy clean clean-config

TAG ?= devel
TOOLCHAIN_TAG ?= 0.5.0
TOOLCHAIN_TAG ?= 0.6.0
KERNEL_VERSION ?= 5.5.19-ctsi-2
RISCV_PK_VERSION ?= 1.0.0-ctsi-1
KERNEL_CONFIG ?= configs/default-linux-config
Expand Down

0 comments on commit 44983c4

Please sign in to comment.