Skip to content

Commit

Permalink
Bump Alpine version in CI to 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed May 24, 2024
1 parent e2a0240 commit 0a76209
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ jobs:
name: 'fvcbm-windows.exe'
path: fvcbm.exe

alpine-3_19-x86:
name: 'Alpine 3.19 with MUSL'
alpine-3_20-x86:
name: 'Alpine 3.20 with MUSL'
runs-on: ubuntu-latest
container: 'alpine:3.19'
container: 'alpine:3.20'
steps:
- uses: actions/checkout@v4
- name: 'Install deps'
Expand Down Expand Up @@ -130,8 +130,8 @@ jobs:
name: 'fvcbm-linux-x86'
path: i386root/root/fvcbm/fvcbm

alpine-3_19-armv7:
name: 'Alpine 3.19 with MUSL on armv7'
alpine-3_20-armv7:
name: 'Alpine 3.20 with MUSL on armv7'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -141,7 +141,7 @@ jobs:
platforms: linux/arm
- name: 'Perform install, build, test'
run: >
docker run --rm -v "$(pwd):/${{ github.workspace }}" -w ${{ github.workspace }} --platform linux/arm alpine:3.19 sh -c '
docker run --rm -v "$(pwd):/${{ github.workspace }}" -w ${{ github.workspace }} --platform linux/arm alpine:3.20 sh -c '
cat /etc/os-release &&
apk add --no-cache build-base groff &&
make linux CFLAGS="-static -O2" &&
Expand Down

0 comments on commit 0a76209

Please sign in to comment.