Skip to content

Commit

Permalink
alpine3.18 -> alpine3.17
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <[email protected]>
  • Loading branch information
bigcat88 committed Oct 21, 2024
1 parent 34610a3 commit 2e56b8f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: MuslLinux prepare
if: matrix.build_linux == 'musllinux'
run: |
echo BUILD_IMG="alpine:3.18" >> $GITHUB_ENV
echo BUILD_IMG="alpine:3.17" >> $GITHUB_ENV
echo BASE_INIT_1="install_basic_alpine.sh" >> $GITHUB_ENV
echo BASE_INIT_2="install_other_alpine.sh" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: MuslLinux prepare
if: matrix.build_linux == 'musllinux'
run: |
echo BUILD_IMG="alpine:3.18" >> $GITHUB_ENV
echo BUILD_IMG="alpine:3.17" >> $GITHUB_ENV
echo BASE_INIT_1="install_basic_alpine.sh" >> $GITHUB_ENV
echo BASE_INIT_2="install_other_alpine.sh" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-binaries-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: MuslLinux prepare
if: matrix.build_linux == 'musllinux'
run: echo TEST_DISTRO_NAME="alpine:3.18" >> $GITHUB_ENV
run: echo TEST_DISTRO_NAME="alpine:3.17" >> $GITHUB_ENV

- name: Build Image
uses: docker/build-push-action@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
{ "os": "debian", "ver": "10", "arch": "arm64" },
{ "os": "debian", "ver": "11", "arch": "amd64" },
{ "os": "debian", "ver": "11", "arch": "arm64" },
{ "os": "alpine", "ver": "3.18", "arch": "amd64" },
{ "os": "alpine", "ver": "3.18", "arch": "arm64" },
{ "os": "alpine", "ver": "3.17", "arch": "amd64" },
{ "os": "alpine", "ver": "3.17", "arch": "arm64" },
{ "os": "alpine", "ver": "3.19", "arch": "amd64" },
{ "os": "alpine", "ver": "3.19", "arch": "arm64" },
]
Expand Down

0 comments on commit 2e56b8f

Please sign in to comment.