Skip to content

Commit d04861f

Browse files
authored
Remove unneeded architectures (#41)
Fix #40
1 parent e1f960e commit d04861f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
env:
22
CONTAINER_IMAGE_TAG: githubchangeloggenerator/github-changelog-generator:latest
3-
DOCKER_BUILDX_PLATFORMS: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
3+
DOCKER_BUILDX_PLATFORMS: linux/amd64,linux/arm64
44

55
name: Build and deploy latest image
66

0 commit comments

Comments
 (0)