Skip to content

Commit

Permalink
Update docker build image to f31
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq committed Nov 19, 2019
1 parent 616d7ae commit 6ff4767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: mbp-fedora-kernel

steps:
- name: build
image: fedora:30
image: fedora:31
pull: always
volumes:
- name: build-artifacts
Expand Down
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/sh

## Update fedora docker image tag, because kernel build is using `uname -r` when defining package version variable
FEDORA_KERNEL_BRANCH_NAME=f31
FEDORA_KERNEL_COMMIT_HASH=a4828aea55cf33e5cacf60ec2482496cf309aa18 # Linux v5.3.11 - https://src.fedoraproject.org/rpms/kernel/commits/f31

Expand Down

0 comments on commit 6ff4767

Please sign in to comment.