Skip to content

Commit

Permalink
doc(ci): explain ubuntu docker image stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada committed Feb 6, 2025
1 parent 634842d commit 0f57531
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ env:

jobs:
build-ubuntu-docker:
# Our Ubuntu builds are built using Docker images that have been pre-published.
# This speeds up builds for us since we do some pre-building of packages that takes a long time
# However, this means if you need to add a dependency to the build, you'll need to do that
# in the https://github.com/Chatterino/docker repository first.
name: "Build Ubuntu in Docker"
runs-on: ubuntu-latest
container: ${{ matrix.container }}
Expand Down

0 comments on commit 0f57531

Please sign in to comment.