Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Add s390x to make package #992

Merged
merged 1 commit into from
Apr 29, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ localbin-darwin localbin-linux localbin-windows:
cp -p $(BUILD_PATH)/$(build_binary) $(LOCAL_BIN_PATH)/appsody

.PHONY: package
package: build-docs tar-linux tar-linux-ppc64le deb-linux rpm-linux tar-darwin brew-darwin tar-windows ## Creates packages for all operating systems and store them in package/ dir
package: build-docs tar-linux tar-linux-ppc64le tar-linux-s390x deb-linux rpm-linux tar-darwin brew-darwin tar-windows ## Creates packages for all operating systems and store them in package/ dir

.PHONY: tar-linux
tar-linux: build-linux ## Build the linux binary and package it in a .tar.gz file
Expand Down