Skip to content

Commit

Permalink
Build alpine pure in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed May 31, 2023
1 parent ae7d194 commit fafbcbe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
5 changes: 1 addition & 4 deletions .github/flavors.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
"flavor": "ubuntu-22-lts"
},
{
"flavor": "alpine-ubuntu"
},
{
"flavor": "alpine-opensuse-leap"
"flavor": "alpine"
},
{
"flavor": "fedora"
Expand Down
13 changes: 5 additions & 8 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ jobs:
fail-fast: false
matrix:
include:
- flavor: "alpine-opensuse-leap"
- flavor: "alpine"
- flavor: "opensuse-leap"
- flavor: "opensuse-tumbleweed"
- flavor: "ubuntu"
Expand Down Expand Up @@ -381,7 +381,7 @@ jobs:
fail-fast: false
matrix:
include:
- flavor: alpine-opensuse-leap
- flavor: alpine
- flavor: opensuse-leap
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -422,7 +422,7 @@ jobs:
fail-fast: false
matrix:
include:
- flavor: alpine-opensuse-leap
- flavor: alpine
- flavor: opensuse-leap
- flavor: ubuntu
steps:
Expand All @@ -444,7 +444,7 @@ jobs:
fail-fast: false
matrix:
include:
- flavor: alpine-opensuse-leap
- flavor: alpine
- flavor: opensuse-leap
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -513,11 +513,8 @@ jobs:
fail-fast: false
matrix:
include:
- flavor: alpine-opensuse-leap
- flavor: alpine
- flavor: opensuse-leap
# - flavor: "ubuntu"
# - flavor: "ubuntu"
# - flavor: "ubuntu"
steps:
- uses: actions/checkout@v3
- run: |
Expand Down

0 comments on commit fafbcbe

Please sign in to comment.