Skip to content

Commit

Permalink
Update weekly container build (#863)
Browse files Browse the repository at this point in the history
# Description
Updated version of weekly containers to build according to the table of
supported platforms, which was updated in PR #861.

Builds on top of PR #861.

## Type of change
- [ ] Bug fix & code cleanup
- [ ] New feature
- [ ] Documentation update
- [ ] Test update

## Checklist for the reviewer
This checklist should be used as a help for the reviewer.

- [ ] Is the change limited to one issue?
- [ ] Does this PR close the issue?
- [ ] Is the code easy to read and understand?
- [ ] Do all new feature have an accompanying new test?
- [ ] Has the documentation been updated as necessary?
  • Loading branch information
francescalb authored Jul 1, 2024
2 parents fea68ad + ee7cd64 commit f876714
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions .github/workflows/container_builds_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
template: "manylinux"
type: "2014"
arch: "x86_64"
py_minors: "8 9 10 11"
py_minors: "8 9 10 11 12"
- system: "manylinux"
template: "manylinux_x_y"
type: "_2_28"
Expand All @@ -47,12 +47,7 @@ jobs:
template: "musllinux"
type: "_1_2"
arch: "x86_64"
py_minors: "8 9"
- system: "musllinux"
template: "musllinux"
type: "_1_2"
arch: "x86_64"
py_minors: "10 11 12"
py_minors: "8 9 10 11"

# 32-bit linux
- system: "manylinux"
Expand All @@ -64,22 +59,17 @@ jobs:
template: "manylinux"
type: "2014"
arch: "i686"
py_minors: "8 9"
py_minors: "8 9 10 11 12"
- system: "musllinux"
template: "musllinux"
type: "_1_1"
arch: "i686"
py_minors: "8 9"
- system: "musllinux"
template: "musllinux"
type: "_1_2"
arch: "i686"
py_minors: "8 9"
py_minors: "8 9 10 11"
- system: "musllinux"
template: "musllinux"
type: "_1_2"
arch: "i686"
py_minors: "10 11 12"
py_minors: "8 9 10 11"

steps:
- name: Checkout repository
Expand Down

0 comments on commit f876714

Please sign in to comment.