diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-04-12 12:16:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-12 12:16:44 -0700 |
commit | 6933d4611a94097681a1d8435290d9bb1c59f1f4 (patch) | |
tree | 34333507f5c964c36ac3ae34ed8fff225fe5ef94 /.cirrus.yml | |
parent | ddffc7fa803fa22033459fd5666679179c3581bc (diff) | |
parent | b6b0b6e8bd0f8c75fe9411f722a43f9305c6137a (diff) | |
download | podman-6933d4611a94097681a1d8435290d9bb1c59f1f4.tar.gz podman-6933d4611a94097681a1d8435290d9bb1c59f1f4.tar.bz2 podman-6933d4611a94097681a1d8435290d9bb1c59f1f4.zip |
Merge pull request #9381 from cevich/add_make_release
Reorganize and overhaul Makefile & release archive workflows
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 194bcae52..f044b98ab 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -366,8 +366,7 @@ osx_alt_build_task: script: - brew install go - brew install go-md2man - - make podman-remote-darwin - - make install-podman-remote-darwin-docs + - make podman-remote-release-darwin.zip always: *binary_artifacts |