Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI to push artifacts to buckets in the new account #302

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:
debian8, debian9, debian10, debian11, debian12,
fedora31, fedora32, fedora34, fedora35, fedora36, fedora37,
# elastio-snap has been kept without support of kernel 6.5 and higher
# so we disable fedora38 because it has kernel 6.5
# so we disable fedora38 and ubuntu2204 because they have kernel 6.5
# fedora38,
ubuntu2004, ubuntu2204
ubuntu2004
# ubuntu2204
]
arch: [ amd64 ]
include:
Expand All @@ -62,11 +63,11 @@ jobs:
- distro: fedora37
arch: arm64
# elastio-snap has been kept without support of kernel 6.5 and higher
# so we disable fedora38 because it has kernel 6.5
# so we disable fedora38 and ubuntu2204 because they have kernel 6.5
# - distro: fedora38
# arch: arm64
- distro: ubuntu2204
arch: arm64
# - distro: ubuntu2204
# arch: arm64

steps:
- name: Checkout sources
Expand Down
Loading