Skip to content

Commit

Permalink
Consolidate platform and architectures into a generic POSIX Platform …
Browse files Browse the repository at this point in the history
…for all architectures

Signed-off-by: Brian Presley <[email protected]>
  • Loading branch information
sumobrian committed Sep 26, 2023
1 parent 24075cd commit 6f51807
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 39 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
role: migrations
artifact_id: opensearch-migrations
version: 0.1.0
platform: linux
architecture: arm64
platform: posix-platforms
architecture: all-architectures
artifact_url: https://artifacts.opensearch.org/migrations/0.1.0/opensearch-migrations-0.1.0.tar.gz
slug: opensearch-migrations-0.1.0-linux-arm64
slug: opensearch-migrations-0.1.0
category: opensearch
type: targz
signature: https://artifacts.opensearch.org/migrations/0.1.0/opensearch-migrations-0.1.0.tar.gz.sig
Expand Down
4 changes: 4 additions & 0 deletions _layouts/versions.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
macos: macOS
java: "Java"
docker: Docker
posix-platforms: "POSIX Platforms"
extensions:
targz: ".tar.gz"
exe: "Installer (exe)"
Expand All @@ -37,6 +38,7 @@
docker_hub: 'Dockerfile'
system-package: "System package"
architectures:
all-architectures: "All Architectures"
arm64: "ARM64"
x64: "x64"
x86: "x86"
Expand All @@ -52,12 +54,14 @@
drivers: "Drivers"

architecture_order:
- all-architectures
- x64
- arm64
- x86
- jvm

platform_order:
- posix-platforms
- linux
- docker
- freebsd
Expand Down

0 comments on commit 6f51807

Please sign in to comment.