Skip to content

Commit

Permalink
fix atkmm issue with alpine edge
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmayer2 committed Dec 5, 2024
1 parent 61abf52 commit 6eb53f4
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion rules/atk.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,23 @@
}
]
},
{
"packages": ["atkmm2.36-dev"],
"constraints": [
{
"os": "linux",
"distribution": "alpine",
"versions": [ "edge" ]
}
]
},
{
"packages": ["atkmm-dev"],
"constraints": [
{
"os": "linux",
"distribution": "alpine",
"versions": [ "3.17", "3.18", "3.19", "3.20", "edge" ]
"versions": [ "3.17", "3.18", "3.19", "3.20" ]
}
]
}
Expand Down

0 comments on commit 6eb53f4

Please sign in to comment.