Skip to content

Commit ac52182

Browse files
Update Dockerfile.goreleaser
1 parent 26a41d0 commit ac52182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.goreleaser

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ RUN apk --no-cache update && \
1616

1717
FROM busybox AS aws-encryption-provider
1818
COPY --from=build /etc/ssl/certs/ /etc/ssl/certs/
19-
COPY dist/aws-encryption-provider_linux_arm64/aws-encryption-provider /aws-encryption-provider
19+
COPY dist/aws-encryption-provider_linux_amd64/aws-encryption-provider /aws-encryption-provider
2020
ENTRYPOINT ["/aws-encryption-provider"]

0 commit comments

Comments
 (0)