Skip to content

Commit d34caba

Browse files
committed
workflows: Run release on Ubuntu 20.04
Just like the "reposchutz" and "dependabot" workflows, run "release" on ubuntu 20.04. Podman in 22.04 creates truncated tarballs when streaming them through stdout.
1 parent 1ef89b7 commit d34caba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88

99
jobs:
1010
source:
11-
runs-on: ubuntu-latest
11+
# 22.04's podman has issues with piping and causes tar errors
12+
runs-on: ubuntu-20.04
1213
permissions:
1314
# create GitHub release
1415
contents: write

0 commit comments

Comments
 (0)