Skip to content

Commit

Permalink
Add metadata on build export tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
prodrigestivill committed Apr 17, 2024
1 parent c05d7bf commit 0218e65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ docker-buildx:
--tag "$(DOCKER_IMAGE)" \
docker

# Build crossplatform docker locally for testing
# Build crossplatform docker as tarball
docker-buildx-tarball:
mkdir -p docker-images
docker buildx build $(DOCKER_BUILD_ARGS) $(DOCKER_LABELS) \
docker buildx build $(DOCKER_BUILD_ARGS) $(DOCKER_LABELS) $(DOCKER_ANNOTATIONS_MANIFEST) $(DOCKER_ANNOTATIONS_INDEX) \
--target docker \
--platform "$(TARGETPLATFORM)" \
--output "type=docker,dest=docker-images/radare2-docker-$(SNAP_ARCH).tar" \
Expand Down

0 comments on commit 0218e65

Please sign in to comment.