Skip to content

Commit

Permalink
add build pipeline for fedora36
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Aug 25, 2022
1 parent 088a897 commit f8f0d8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ def main(ctx):
'2.9',
'latest',
'source',
'fedora',
]

arches = [
Expand All @@ -21,7 +22,7 @@ def main(ctx):
for version in versions:
config['version'] = version

if config['version'] in ['latest', 'source']:
if config['version'] in ['latest', 'source', 'fedora']:
config['path'] = config['version']
else:
config['path'] = 'v%s' % config['version']
Expand Down
1 change: 1 addition & 0 deletions fedora/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ LABEL maintainer="ownCloud DevOps <devops@owncloud.com>" \

RUN yum install -y \
langpacks-en \
git \
clang \
clazy \
ninja-build \
Expand Down

0 comments on commit f8f0d8f

Please sign in to comment.