add version 8.4
This commit is contained in:
parent
3f997f46aa
commit
e1c769b591
2 changed files with 12 additions and 1 deletions
|
|
@ -71,6 +71,17 @@ jobs:
|
||||||
--build-arg PHP_VERSION=8.2 \
|
--build-arg PHP_VERSION=8.2 \
|
||||||
.
|
.
|
||||||
|
|
||||||
|
- name: Build and push PHP 8.4
|
||||||
|
run: |
|
||||||
|
docker buildx build \
|
||||||
|
--no-cache \
|
||||||
|
--platform=linux/arm64/v8,linux/amd64 \
|
||||||
|
--push \
|
||||||
|
-f "./Dockerfile-php" \
|
||||||
|
-t "git.paucapo.com/server/php:8.4" \
|
||||||
|
--build-arg PHP_VERSION=8.4 \
|
||||||
|
.
|
||||||
|
|
||||||
- name: Cleanup
|
- name: Cleanup
|
||||||
if: always()
|
if: always()
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
2
build.sh
2
build.sh
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
PHP_VERSIONS="7.4 8.0 8.1 8.2"
|
PHP_VERSIONS="7.4 8.0 8.1 8.2 8.4"
|
||||||
PLATFORMS="linux/arm64/v8,linux/amd64"
|
PLATFORMS="linux/arm64/v8,linux/amd64"
|
||||||
|
|
||||||
# testing
|
# testing
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue