Skip to content

Commit

Permalink
build: remove arm64 from docker manifest command
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Oct 17, 2024
1 parent 4fefac7 commit 9d3a9dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ docker-push:
docker-manifest:
docker manifest create \
adamdecaf/deadcheck:${VERSION} \
adamdecaf/deadcheck:${VERSION}.x86_64 \
adamdecaf/deadcheck:${VERSION}.arm64
adamdecaf/deadcheck:${VERSION}.x86_64
docker manifest push adamdecaf/deadcheck:${VERSION}

.PHONY: check
Expand Down

0 comments on commit 9d3a9dd

Please sign in to comment.