aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-05-26 16:51:21 +0200
committerGitHub <noreply@github.com>2021-05-26 16:51:21 +0200
commita5a2416b3533ed6b188ce8457adf5aa1f86cf49f (patch)
tree282472758d960d7f8ad4d2fee7ee7f2b5d6bdfee /Makefile
parentb909bcaed613eb94333641fff4250c07f1ab4323 (diff)
parentf49023031d85ddf5700855ac374e63e2bbaa653e (diff)
downloadpodman-a5a2416b3533ed6b188ce8457adf5aa1f86cf49f.tar.gz
podman-a5a2416b3533ed6b188ce8457adf5aa1f86cf49f.tar.bz2
podman-a5a2416b3533ed6b188ce8457adf5aa1f86cf49f.zip
Merge pull request #10461 from mheon/rc3_backports
Backports for v3.2.0-RC3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 25644dffd..a0b12e7de 100644
--- a/Makefile
+++ b/Makefile
@@ -382,6 +382,9 @@ bin/podman.cross.%: .gopathok
.PHONY: local-cross
local-cross: $(CROSS_BUILD_TARGETS) ## Cross compile podman binary for multiple architectures
+.PHONY: cross
+cross: local-cross
+
# Update nix/nixpkgs.json its latest stable commit
.PHONY: nixpkgs
nixpkgs: