Skip to content

Commit

Permalink
Merge pull request #58 from shopware/fix-build-amd64
Browse files Browse the repository at this point in the history
Fix amd64 build
  • Loading branch information
shyim authored Jan 24, 2024
2 parents c2590ee + 54e914e commit 8a77e06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
with:
tags: ghcr.io/shopware/docker-base:8.1.26-amd64
context: .
file: 8.1/Dockerfile
cache-from: type=registry,ref=ghcr.io/shopware/docker-cache:8.1-amd64
cache-to: type=registry,ref=ghcr.io/shopware/docker-cache:8.1-amd64,mode=max
platforms: linux/amd64
Expand Down Expand Up @@ -121,6 +122,7 @@ jobs:
with:
tags: ghcr.io/shopware/docker-base:8.2.14-amd64
context: .
file: 8.2/Dockerfile
cache-from: type=registry,ref=ghcr.io/shopware/docker-cache:8.2-amd64
cache-to: type=registry,ref=ghcr.io/shopware/docker-cache:8.2-amd64,mode=max
platforms: linux/amd64
Expand Down Expand Up @@ -175,6 +177,7 @@ jobs:
with:
tags: ghcr.io/shopware/docker-base:8.3.1-amd64
context: .
file: 8.3/Dockerfile
cache-from: type=registry,ref=ghcr.io/shopware/docker-cache:8.3-amd64
cache-to: type=registry,ref=ghcr.io/shopware/docker-cache:8.3-amd64,mode=max
platforms: linux/amd64
Expand Down
1 change: 1 addition & 0 deletions generate.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
with:
tags: ghcr.io/shopware/docker-base:${PHP_PATCH_VERSION}-amd64
context: .
file: ${PHP_VERSION}/Dockerfile
cache-from: type=registry,ref=ghcr.io/shopware/docker-cache:${PHP_VERSION}-amd64
cache-to: type=registry,ref=ghcr.io/shopware/docker-cache:${PHP_VERSION}-amd64,mode=max
platforms: linux/amd64
Expand Down

0 comments on commit 8a77e06

Please sign in to comment.