Skip to content

Commit

Permalink
github: remove alpine-linux build target
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Noonan <[email protected]>
  • Loading branch information
tycho committed Jan 15, 2024
1 parent 81012ca commit 8b30ed3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@ jobs:
strategy:
fail-fast: false
matrix:
build: [alpine-latest, archlinux-latest, ubuntu-latest, ubuntu-rolling, fedora-latest]
build: [archlinux-latest, ubuntu-latest, ubuntu-rolling, fedora-latest]
compiler: [gcc, clang]
include:
- build: alpine-latest
docker_image: alpine
docker_tag: latest
- build: archlinux-latest
docker_image: archlinux
docker_tag: latest
Expand Down

0 comments on commit 8b30ed3

Please sign in to comment.