Skip to content

Commit

Permalink
Re-introduce 7.4 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
maetthu committed May 31, 2024
1 parent 9453ad4 commit 9c7ca6a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build
on:
push:
branches:
- master
- "7.4"
paths:
- .github/workflows/build.yml
- bin/build-matrix.go
Expand Down
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
.PHONY: build

VERSION=8.2.9
VERSION_MAJOR=8
VERSION_MINOR=2
VERSION_PATCH=9
VERSION=7.4.33
VERSION_MAJOR=7
VERSION_MINOR=4
VERSION_PATCH=33
FLAVOUR=cli
TAG=php-buildtest

build: linux/amd64 linux/arm64
build: linux/amd64

%:
docker buildx build --pull \
Expand Down
5 changes: 1 addition & 4 deletions bin/build-matrix.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ import (
)

var version = map[string]string{
"7.4.33": "3",
"8.0.30": "1",
"8.1.22": "1",
"8.2.9": "1",
"7.4.33": "4",
}

func main() {
Expand Down

0 comments on commit 9c7ca6a

Please sign in to comment.