Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Jan 29, 2025
1 parent c608ae8 commit b7d1561
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
MARIADB_VER: ${{ env.MARIADB114 }}
TAG: 11.4-${{ matrix.arch }}
PLATFORM: ${{ matrix.platform }}
working-directory: 11
run: |
make buildx-build
make buildx-push
Expand Down Expand Up @@ -88,6 +89,7 @@ jobs:
MARIADB_VER: ${{ env.MARIADB1011 }}
TAG: 10.11-${{ matrix.arch }}
PLATFORM: ${{ matrix.platform }}
working-directory: 10
run: |
make buildx-build
make buildx-push
Expand Down Expand Up @@ -131,6 +133,7 @@ jobs:
MARIADB_VER: ${{ env.MARIADB106 }}
TAG: 10.6-${{ matrix.arch }}
PLATFORM: ${{ matrix.platform }}
working-directory: 10
run: |
make buildx-build
make buildx-push
Expand Down Expand Up @@ -174,6 +177,7 @@ jobs:
MARIADB_VER: ${{ env.MARIADB105 }}
TAG: 10.5-${{ matrix.arch }}
PLATFORM: ${{ matrix.platform }}
working-directory: 10
run: |
make buildx-build
make buildx-push
Expand Down

0 comments on commit b7d1561

Please sign in to comment.