Skip to content

Commit

Permalink
Update release workflow, pt.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nwagner84 committed Aug 30, 2023
1 parent 2fc11f4 commit 00e7943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
target:
- { image: "ubuntu:22.04", triple: x86_64-unknown-linux-gnu, glibc: 2.35 }
- { image: "ubuntu:20.04", triple: x86_64-unknown-linux-gnu, glibc: 2.31 }
- { image: "debian:10" triple: x86_64-unknown-linux-gnu, glibc: 2.28 }
- { image: "debian:10", triple: x86_64-unknown-linux-gnu, glibc: 2.28 }
- { image: "centos:centos7", triple: x86_64-unknown-linux-gnu, glibc: 2.17 }
container:
image: ${{ matrix.target.image }}
Expand Down

0 comments on commit 00e7943

Please sign in to comment.