Skip to content

Commit

Permalink
CI: switch to Amazon Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Oct 14, 2024
1 parent 3d89048 commit c26f945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
include:
- container: alpine:latest
preinstall: apk add bash coreutils curl git jq
- container: centos:latest
preinstall: dnf -y --disablerepo '*' --enablerepo=extras swap centos-linux-repos centos-stream-repos && dnf -y install git jq
- container: amazonlinux:latest
preinstall: dnf -y install git findutils jq
- container: ubuntu:latest
preinstall: apt-get -y update && apt-get -y install curl git jq

Expand Down

0 comments on commit c26f945

Please sign in to comment.