diff options
author | Charles Pigott <charlespigott@googlemail.com> | 2021-04-01 20:45:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-01 20:45:13 +0100 |
commit | 2a9825b8dec9d5bb3f43e36fcaae735f505e81de (patch) | |
tree | 2a25a11b3b778e52c7eabb5123b9a47778a68257 | |
parent | c5cb44e13830b718923f93724bef7e39dfc9b38e (diff) | |
download | openttd-2a9825b8dec9d5bb3f43e36fcaae735f505e81de.tar.xz |
Add: [Actions] Debian Bullseye release build (#8921)
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84e8c17d9..894e9b9eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -379,6 +379,8 @@ jobs: bundle_name: "groovy" - container_image: "debian:buster" bundle_name: "buster" + - container_image: "debian:bullseye" + bundle_name: "bullseye" runs-on: ubuntu-20.04 container: |