Skip to content

Commit

Permalink
chore(yay): fix missing command (#2399)
Browse files Browse the repository at this point in the history
fix missing command
  • Loading branch information
Jguer authored Mar 16, 2024
1 parent 9524cbb commit 05b7685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ docker-release-all:
make docker-release-aarch64 ARCH=aarch64

docker-release:
docker create --name yay-$(ARCH) yay:${ARCH}
docker create --name yay-$(ARCH) yay:${ARCH} /bin/sh
docker cp yay-$(ARCH):/app/${PACKAGE} $(PACKAGE)
docker container rm yay-$(ARCH)

Expand Down

0 comments on commit 05b7685

Please sign in to comment.