Skip to content

Commit

Permalink
Merge pull request #9381 from cevich/add_make_release
Browse files Browse the repository at this point in the history
Reorganize and overhaul Makefile & release archive workflows
  • Loading branch information
openshift-merge-robot authored Apr 12, 2021
2 parents ddffc7f + b6b0b6e commit 6933d46
Show file tree
Hide file tree
Showing 8 changed files with 424 additions and 280 deletions.
3 changes: 1 addition & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ coverprofile
*.o
*.orig
/_output/
/podman_tmp_*
/pause/pause.o
pkg/api/swagger.yaml
podman-remote*.zip
podman*.tar.gz
/podman-remote*.zip
/podman*.tar.gz
/podman-*.msi
__pycache__
release.txt
.ropeproject
Expand Down
Loading

0 comments on commit 6933d46

Please sign in to comment.