Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderM91 authored Dec 6, 2024
1 parent 99613b6 commit d1503f9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
include:
## Alpine
### Alpine 3.18
# - image: "alpine/3.18/8.1/Dockerfile"
# tags: [ "spryker/php:8.1-alpine3.18" ]
# platforms: [ "linux/amd64", "linux/arm64" ]
- image: "alpine/3.18/8.1/Dockerfile"
tags: [ "spryker/php:8.1-alpine3.18" ]
platforms: [ "linux/amd64", "linux/arm64" ]
# - image: "alpine/3.18/8.2/Dockerfile"
# tags: [ "spryker/php:8.2-alpine3.18" ]
# platforms: [ "linux/amd64", "linux/arm64" ]
Expand All @@ -43,15 +43,15 @@ jobs:
# - image: "alpine/3.20/8.2/Dockerfile"
# tags: [ "spryker/php:latest", "spryker/php:8.2", "spryker/php:8.2-alpine3.20" ]
# platforms: [ "linux/amd64", "linux/arm64" ]
- image: "alpine/3.20/8.3/Dockerfile"
tags: [ "spryker/php:8.3", "spryker/php:8.3-alpine3.20" ]
platforms: [ "linux/amd64", "linux/arm64" ]
# - image: "alpine/3.20/8.3/Dockerfile"
# tags: [ "spryker/php:8.3", "spryker/php:8.3-alpine3.20" ]
# platforms: [ "linux/amd64", "linux/arm64" ]

# ## Debian
# ### Debian bullseye
# - image: "debian/bullseye/8.0/Dockerfile"
# tags: [ "spryker/php:8.0-debian" ]
# platforms: [ "linux/amd64", "linux/arm64" ]
- image: "debian/bullseye/8.0/Dockerfile"
tags: [ "spryker/php:8.0-debian" ]
platforms: [ "linux/amd64", "linux/arm64" ]
# - image: "debian/bullseye/8.1/Dockerfile"
# tags: [ "spryker/php:8.1-debian" ]
# platforms: [ "linux/amd64", "linux/arm64" ]
Expand Down

0 comments on commit d1503f9

Please sign in to comment.