Skip to content

Commit

Permalink
for testing multi-arch builds use one image
Browse files Browse the repository at this point in the history
  • Loading branch information
markgoodyear committed Jan 11, 2023
1 parent 87a09f7 commit 67ae02c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
[
{ "tag": "6.1-php8.1", "args": { "WORDPRESS_IMAGE": "6.1-php8.1" } },
{ "tag": "6.1-php8.0", "args": { "WORDPRESS_IMAGE": "6.1-php8.0" } },
{ "tag": "6.1-php7.4", "args": { "WORDPRESS_IMAGE": "6.1-php7.4" } },
{ "tag": "6.0-php8.1", "args": { "WORDPRESS_IMAGE": "6.0-php8.1" } },
{ "tag": "6.0-php8.0", "args": { "WORDPRESS_IMAGE": "6.0-php8.0" } },
{ "tag": "6.0-php7.4", "args": { "WORDPRESS_IMAGE": "6.0-php7.4" } },
{ "tag": "5.9-php8.1", "args": { "WORDPRESS_IMAGE": "5.9-php8.1" } },
{ "tag": "5.9-php8.0", "args": { "WORDPRESS_IMAGE": "5.9-php8.0" } },
{ "tag": "5.9-php7.4", "args": { "WORDPRESS_IMAGE": "5.9-php7.4" } }
{ "tag": "6.1-php8.1", "args": { "WORDPRESS_IMAGE": "6.1-php8.1" } }
]

0 comments on commit 67ae02c

Please sign in to comment.