Skip to content

Commit 47baa6d

Browse files
committed
Fix: Added muti-platform directive to docker-build workflow
* Also add build tags based on release tag
1 parent bae23ef commit 47baa6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
file: nginx-utils/Dockerfile
3636
push: true
3737
tags: ghcr.io/nginx/nginx-utils:latest
38+
platforms: linux/amd64,linux/arm64
3839

3940
# Step 5: Install Trivy for Vulnerability Scanning
4041
- name: Install Trivy and scan image for vulnerabilities

0 commit comments

Comments
 (0)