Skip to content

Commit ba04768

Browse files
committed
build all
1 parent e262d45 commit ba04768

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/build-and-push.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
phpversion:
16-
# - 8.3
17-
# - 8.3-frankenphp
16+
- 8.3
17+
- 8.3-frankenphp
1818
- 8.4
19-
# - 8.4-frankenphp
19+
- 8.4-frankenphp
2020
runs-on: ubuntu-24.04
2121
steps:
2222
- name: Checkout
@@ -43,10 +43,10 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
phpversion:
46-
# - 8.3
47-
# - 8.3-frankenphp
46+
- 8.3
47+
- 8.3-frankenphp
4848
- 8.4
49-
# - 8.4-frankenphp
49+
- 8.4-frankenphp
5050
runs-on: ubuntu-latest-arm64
5151
steps:
5252
- name: Checkout
@@ -74,10 +74,10 @@ jobs:
7474
fail-fast: false
7575
matrix:
7676
phpversion:
77-
# - 8.3
78-
# - 8.3-frankenphp
77+
- 8.3
78+
- 8.3-frankenphp
7979
- 8.4
80-
# - 8.4-frankenphp
80+
- 8.4-frankenphp
8181
runs-on: ubuntu-24.04
8282
steps:
8383
- name: Checkout

8.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG CADDY_VERSION=2
44
# -----------------------------------------------------
55
# Caddy Install
66
# -----------------------------------------------------
7-
FROM caddy:$CADDY_VERSION-builder-alpine AS builder
7+
FROM caddy:$CADDY_VERSION-builder AS builder
88
ARG TARGETPLATFORM
99
ARG BUILDPLATFORM
1010
ARG TARGETOS

0 commit comments

Comments
 (0)