Skip to content

Commit 823d826

Browse files
committed
Re-enable all architectures
1 parent 427b095 commit 823d826

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/params.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ env:
1515
{
1616
"NAME": "PHP",
1717
"VERSION": ["5.4"],
18-
"ARCH": ["linux/arm64"]
18+
"ARCH": ["linux/amd64", "linux/386", "linux/arm64", "linux/arm/v7", "linux/arm/v6"]
1919
}
2020
]
21-
#"ARCH": ["linux/amd64", "linux/386", "linux/arm64", "linux/arm/v7", "linux/arm/v6"]
2221
2322
2423
# -------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)