Skip to content

Commit

Permalink
CI: Build packages for Ubuntu 20.04
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Kopeć <[email protected]>
  • Loading branch information
mkopec committed Apr 4, 2022
1 parent b3db02d commit 7b30f38
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/create_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@ name: Create containers
on:
schedule:
- cron: '0 0 * * *'
push:
branches: [ dasharo-ci ]

jobs:
push_to_registry:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os: [fedora, debian-x86_64, arch, debian-i386, void]
os: [ubuntu-20.04]

steps:
- name: Check out the repo
Expand All @@ -32,5 +34,5 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
repository: fwupd/fwupd/fwupd-${{matrix.os}}
repository: Dasharo/fwupd/fwupd-${{matrix.os}}
tags: latest
9 changes: 9 additions & 0 deletions contrib/ci/Dockerfile-ubuntu-20.04.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM ubuntu:20.04
%%%OS%%%
ENV CI_NETWORK true
ENV CC clang
RUN echo fubar > /etc/machine-id
%%%ARCH_SPECIFIC_COMMAND%%%
%%%INSTALL_DEPENDENCIES_COMMAND%%%
WORKDIR /github/workspace
CMD ["./contrib/ci/debian.sh"]
Loading

0 comments on commit 7b30f38

Please sign in to comment.