Skip to content

Commit

Permalink
Add support for AIX builds of SapMachine
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Sep 24, 2023
1 parent d2d2a42 commit b4c0319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sapmachine.bash
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function download {
regex='s/^sapmachine-(jdk|jre)-([0-9].+)\.x86_64\.rpm$/IMAGE_TYPE="$1" VERSION="$2" OS="linux" ARCH="x64" EXT="rpm"/g'
else
# shellcheck disable=SC2016
regex='s/^sapmachine-(jdk|jre)-([0-9].+)_(linux|macos|osx|windows)-(x64|aarch64|ppc64|ppc64le|x64)-?(.*)_bin\.(.+)$/IMAGE_TYPE="$1" VERSION="$2" OS="$3" ARCH="$4" FEATURES="$5" EXT="$6"/g'
regex='s/^sapmachine-(jdk|jre)-([0-9].+)_(aix|linux|macos|osx|windows)-(x64|aarch64|ppc64|ppc64le|x64)-?(.*)_bin\.(.+)$/IMAGE_TYPE="$1" VERSION="$2" OS="$3" ARCH="$4" FEATURES="$5" EXT="$6"/g'
fi

local IMAGE_TYPE=""
Expand Down

1 comment on commit b4c0319

@joschi
Copy link
Owner Author

@joschi joschi commented on b4c0319 Sep 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes #35

Please sign in to comment.