Fix github.event.inputs calls
This commit is contained in:
parent
d81366e492
commit
14e0b69ccf
168
.github/workflows/package_memgraph.yaml
vendored
168
.github/workflows/package_memgraph.yaml
vendored
@ -74,10 +74,10 @@ jobs:
|
|||||||
runner_arch_label: "X64"
|
runner_arch_label: "X64"
|
||||||
build_type: ${{ github.event.inputs.build_type }}
|
build_type: ${{ github.event.inputs.build_type }}
|
||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
push_to_s3: ${{ github.inputs.push_to_s3 }}
|
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
|
||||||
s3_bucket: ${{ github.inputs.s3_bucket }}
|
s3_bucket: ${{ github.event.inputs.s3_bucket }}
|
||||||
s3_region: ${{ github.inputs.s3_region }}
|
s3_region: ${{ github.event.inputs.s3_region }}
|
||||||
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
|
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
CentOS7:
|
CentOS7:
|
||||||
@ -90,10 +90,10 @@ jobs:
|
|||||||
runner_arch_label: "X64"
|
runner_arch_label: "X64"
|
||||||
build_type: ${{ github.event.inputs.build_type }}
|
build_type: ${{ github.event.inputs.build_type }}
|
||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
push_to_s3: ${{ github.inputs.push_to_s3 }}
|
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
|
||||||
s3_bucket: ${{ github.inputs.s3_bucket }}
|
s3_bucket: ${{ github.event.inputs.s3_bucket }}
|
||||||
s3_region: ${{ github.inputs.s3_region }}
|
s3_region: ${{ github.event.inputs.s3_region }}
|
||||||
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
|
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
CentOS9:
|
CentOS9:
|
||||||
@ -106,10 +106,10 @@ jobs:
|
|||||||
runner_arch_label: "X64"
|
runner_arch_label: "X64"
|
||||||
build_type: ${{ github.event.inputs.build_type }}
|
build_type: ${{ github.event.inputs.build_type }}
|
||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
push_to_s3: ${{ github.inputs.push_to_s3 }}
|
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
|
||||||
s3_bucket: ${{ github.inputs.s3_bucket }}
|
s3_bucket: ${{ github.event.inputs.s3_bucket }}
|
||||||
s3_region: ${{ github.inputs.s3_region }}
|
s3_region: ${{ github.event.inputs.s3_region }}
|
||||||
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
|
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
Debian10:
|
Debian10:
|
||||||
@ -122,10 +122,10 @@ jobs:
|
|||||||
runner_arch_label: "X64"
|
runner_arch_label: "X64"
|
||||||
build_type: ${{ github.event.inputs.build_type }}
|
build_type: ${{ github.event.inputs.build_type }}
|
||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
push_to_s3: ${{ github.inputs.push_to_s3 }}
|
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
|
||||||
s3_bucket: ${{ github.inputs.s3_bucket }}
|
s3_bucket: ${{ github.event.inputs.s3_bucket }}
|
||||||
s3_region: ${{ github.inputs.s3_region }}
|
s3_region: ${{ github.event.inputs.s3_region }}
|
||||||
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
|
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
Debian11:
|
Debian11:
|
||||||
@ -138,10 +138,10 @@ jobs:
|
|||||||
runner_arch_label: "X64"
|
runner_arch_label: "X64"
|
||||||
build_type: ${{ github.event.inputs.build_type }}
|
build_type: ${{ github.event.inputs.build_type }}
|
||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
push_to_s3: ${{ github.inputs.push_to_s3 }}
|
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
|
||||||
s3_bucket: ${{ github.inputs.s3_bucket }}
|
s3_bucket: ${{ github.event.inputs.s3_bucket }}
|
||||||
s3_region: ${{ github.inputs.s3_region }}
|
s3_region: ${{ github.event.inputs.s3_region }}
|
||||||
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
|
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
Debian11-platform:
|
Debian11-platform:
|
||||||
@ -156,10 +156,10 @@ jobs:
|
|||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
additional_build_args: "--for-platform"
|
additional_build_args: "--for-platform"
|
||||||
artifact_name: "debian-11-platform"
|
artifact_name: "debian-11-platform"
|
||||||
push_to_s3: ${{ github.inputs.push_to_s3 }}
|
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
|
||||||
s3_bucket: ${{ github.inputs.s3_bucket }}
|
s3_bucket: ${{ github.event.inputs.s3_bucket }}
|
||||||
s3_region: ${{ github.inputs.s3_region }}
|
s3_region: ${{ github.event.inputs.s3_region }}
|
||||||
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
|
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
Debian11-arm:
|
Debian11-arm:
|
||||||
@ -173,10 +173,10 @@ jobs:
|
|||||||
build_type: ${{ github.event.inputs.build_type }}
|
build_type: ${{ github.event.inputs.build_type }}
|
||||||
timeout_minutes: 120
|
timeout_minutes: 120
|
||||||
artifact_name: "debian-11-aarch64"
|
artifact_name: "debian-11-aarch64"
|
||||||
push_to_s3: ${{ github.inputs.push_to_s3 }}
|
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
|
||||||
s3_bucket: ${{ github.inputs.s3_bucket }}
|
s3_bucket: ${{ github.event.inputs.s3_bucket }}
|
||||||
s3_region: ${{ github.inputs.s3_region }}
|
s3_region: ${{ github.event.inputs.s3_region }}
|
||||||
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
|
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
Debian12:
|
Debian12:
|
||||||
@ -189,10 +189,10 @@ jobs:
|
|||||||
runner_arch_label: "X64"
|
runner_arch_label: "X64"
|
||||||
build_type: ${{ github.event.inputs.build_type }}
|
build_type: ${{ github.event.inputs.build_type }}
|
||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
push_to_s3: ${{ github.inputs.push_to_s3 }}
|
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
|
||||||
s3_bucket: ${{ github.inputs.s3_bucket }}
|
s3_bucket: ${{ github.event.inputs.s3_bucket }}
|
||||||
s3_region: ${{ github.inputs.s3_region }}
|
s3_region: ${{ github.event.inputs.s3_region }}
|
||||||
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
|
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
Debian12-arm:
|
Debian12-arm:
|
||||||
@ -206,10 +206,10 @@ jobs:
|
|||||||
build_type: ${{ github.event.inputs.build_type }}
|
build_type: ${{ github.event.inputs.build_type }}
|
||||||
timeout_minutes: 120
|
timeout_minutes: 120
|
||||||
artifact_name: "debian-12-aarch64"
|
artifact_name: "debian-12-aarch64"
|
||||||
push_to_s3: ${{ github.inputs.push_to_s3 }}
|
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
|
||||||
s3_bucket: ${{ github.inputs.s3_bucket }}
|
s3_bucket: ${{ github.event.inputs.s3_bucket }}
|
||||||
s3_region: ${{ github.inputs.s3_region }}
|
s3_region: ${{ github.event.inputs.s3_region }}
|
||||||
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
|
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
Docker-v4:
|
Docker-v4:
|
||||||
@ -224,10 +224,10 @@ jobs:
|
|||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
additional_build_args: "--for-docker"
|
additional_build_args: "--for-docker"
|
||||||
artifact_name: "docker"
|
artifact_name: "docker"
|
||||||
push_to_s3: ${{ github.inputs.push_to_s3 }}
|
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
|
||||||
s3_bucket: ${{ github.inputs.s3_bucket }}
|
s3_bucket: ${{ github.event.inputs.s3_bucket }}
|
||||||
s3_region: ${{ github.inputs.s3_region }}
|
s3_region: ${{ github.event.inputs.s3_region }}
|
||||||
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
|
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
Docker-v5:
|
Docker-v5:
|
||||||
@ -242,10 +242,10 @@ jobs:
|
|||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
additional_build_args: "--for-docker"
|
additional_build_args: "--for-docker"
|
||||||
artifact_name: "docker"
|
artifact_name: "docker"
|
||||||
push_to_s3: ${{ github.inputs.push_to_s3 }}
|
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
|
||||||
s3_bucket: ${{ github.inputs.s3_bucket }}
|
s3_bucket: ${{ github.event.inputs.s3_bucket }}
|
||||||
s3_region: ${{ github.inputs.s3_region }}
|
s3_region: ${{ github.event.inputs.s3_region }}
|
||||||
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
|
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
Docker-v4-arm:
|
Docker-v4-arm:
|
||||||
@ -260,10 +260,10 @@ jobs:
|
|||||||
timeout_minutes: 120
|
timeout_minutes: 120
|
||||||
additional_build_args: "--for-docker"
|
additional_build_args: "--for-docker"
|
||||||
artifact_name: "docker-aarch64"
|
artifact_name: "docker-aarch64"
|
||||||
push_to_s3: ${{ github.inputs.push_to_s3 }}
|
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
|
||||||
s3_bucket: ${{ github.inputs.s3_bucket }}
|
s3_bucket: ${{ github.event.inputs.s3_bucket }}
|
||||||
s3_region: ${{ github.inputs.s3_region }}
|
s3_region: ${{ github.event.inputs.s3_region }}
|
||||||
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
|
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
Docker-v5-arm:
|
Docker-v5-arm:
|
||||||
@ -278,10 +278,10 @@ jobs:
|
|||||||
timeout_minutes: 120
|
timeout_minutes: 120
|
||||||
additional_build_args: "--for-docker"
|
additional_build_args: "--for-docker"
|
||||||
artifact_name: "docker-aarch64"
|
artifact_name: "docker-aarch64"
|
||||||
push_to_s3: ${{ github.inputs.push_to_s3 }}
|
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
|
||||||
s3_bucket: ${{ github.inputs.s3_bucket }}
|
s3_bucket: ${{ github.event.inputs.s3_bucket }}
|
||||||
s3_region: ${{ github.inputs.s3_region }}
|
s3_region: ${{ github.event.inputs.s3_region }}
|
||||||
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
|
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
Fedora36:
|
Fedora36:
|
||||||
@ -294,10 +294,10 @@ jobs:
|
|||||||
runner_arch_label: "X64"
|
runner_arch_label: "X64"
|
||||||
build_type: ${{ github.event.inputs.build_type }}
|
build_type: ${{ github.event.inputs.build_type }}
|
||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
push_to_s3: ${{ github.inputs.push_to_s3 }}
|
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
|
||||||
s3_bucket: ${{ github.inputs.s3_bucket }}
|
s3_bucket: ${{ github.event.inputs.s3_bucket }}
|
||||||
s3_region: ${{ github.inputs.s3_region }}
|
s3_region: ${{ github.event.inputs.s3_region }}
|
||||||
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
|
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
Fedora38:
|
Fedora38:
|
||||||
@ -310,10 +310,10 @@ jobs:
|
|||||||
runner_arch_label: "X64"
|
runner_arch_label: "X64"
|
||||||
build_type: ${{ github.event.inputs.build_type }}
|
build_type: ${{ github.event.inputs.build_type }}
|
||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
push_to_s3: ${{ github.inputs.push_to_s3 }}
|
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
|
||||||
s3_bucket: ${{ github.inputs.s3_bucket }}
|
s3_bucket: ${{ github.event.inputs.s3_bucket }}
|
||||||
s3_region: ${{ github.inputs.s3_region }}
|
s3_region: ${{ github.event.inputs.s3_region }}
|
||||||
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
|
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
Fedora39:
|
Fedora39:
|
||||||
@ -326,10 +326,10 @@ jobs:
|
|||||||
runner_arch_label: "X64"
|
runner_arch_label: "X64"
|
||||||
build_type: ${{ github.event.inputs.build_type }}
|
build_type: ${{ github.event.inputs.build_type }}
|
||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
push_to_s3: ${{ github.inputs.push_to_s3 }}
|
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
|
||||||
s3_bucket: ${{ github.inputs.s3_bucket }}
|
s3_bucket: ${{ github.event.inputs.s3_bucket }}
|
||||||
s3_region: ${{ github.inputs.s3_region }}
|
s3_region: ${{ github.event.inputs.s3_region }}
|
||||||
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
|
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
RockyLinux9_3:
|
RockyLinux9_3:
|
||||||
@ -342,10 +342,10 @@ jobs:
|
|||||||
runner_arch_label: "X64"
|
runner_arch_label: "X64"
|
||||||
build_type: ${{ github.event.inputs.build_type }}
|
build_type: ${{ github.event.inputs.build_type }}
|
||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
push_to_s3: ${{ github.inputs.push_to_s3 }}
|
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
|
||||||
s3_bucket: ${{ github.inputs.s3_bucket }}
|
s3_bucket: ${{ github.event.inputs.s3_bucket }}
|
||||||
s3_region: ${{ github.inputs.s3_region }}
|
s3_region: ${{ github.event.inputs.s3_region }}
|
||||||
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
|
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
Ubuntu18_04:
|
Ubuntu18_04:
|
||||||
@ -358,10 +358,10 @@ jobs:
|
|||||||
runner_arch_label: "X64"
|
runner_arch_label: "X64"
|
||||||
build_type: ${{ github.event.inputs.build_type }}
|
build_type: ${{ github.event.inputs.build_type }}
|
||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
push_to_s3: ${{ github.inputs.push_to_s3 }}
|
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
|
||||||
s3_bucket: ${{ github.inputs.s3_bucket }}
|
s3_bucket: ${{ github.event.inputs.s3_bucket }}
|
||||||
s3_region: ${{ github.inputs.s3_region }}
|
s3_region: ${{ github.event.inputs.s3_region }}
|
||||||
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
|
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
Ubuntu20_04:
|
Ubuntu20_04:
|
||||||
@ -374,10 +374,10 @@ jobs:
|
|||||||
runner_arch_label: "X64"
|
runner_arch_label: "X64"
|
||||||
build_type: ${{ github.event.inputs.build_type }}
|
build_type: ${{ github.event.inputs.build_type }}
|
||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
push_to_s3: ${{ github.inputs.push_to_s3 }}
|
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
|
||||||
s3_bucket: ${{ github.inputs.s3_bucket }}
|
s3_bucket: ${{ github.event.inputs.s3_bucket }}
|
||||||
s3_region: ${{ github.inputs.s3_region }}
|
s3_region: ${{ github.event.inputs.s3_region }}
|
||||||
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
|
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
Ubuntu22_04:
|
Ubuntu22_04:
|
||||||
@ -390,10 +390,10 @@ jobs:
|
|||||||
runner_arch_label: "X64"
|
runner_arch_label: "X64"
|
||||||
build_type: ${{ github.event.inputs.build_type }}
|
build_type: ${{ github.event.inputs.build_type }}
|
||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
push_to_s3: ${{ github.inputs.push_to_s3 }}
|
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
|
||||||
s3_bucket: ${{ github.inputs.s3_bucket }}
|
s3_bucket: ${{ github.event.inputs.s3_bucket }}
|
||||||
s3_region: ${{ github.inputs.s3_region }}
|
s3_region: ${{ github.event.inputs.s3_region }}
|
||||||
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
|
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
Ubuntu22_04-arm:
|
Ubuntu22_04-arm:
|
||||||
@ -407,8 +407,8 @@ jobs:
|
|||||||
build_type: ${{ github.event.inputs.build_type }}
|
build_type: ${{ github.event.inputs.build_type }}
|
||||||
timeout_minutes: 120
|
timeout_minutes: 120
|
||||||
artifact_name: "ubuntu-22.04-aarch64"
|
artifact_name: "ubuntu-22.04-aarch64"
|
||||||
push_to_s3: ${{ github.inputs.push_to_s3 }}
|
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
|
||||||
s3_bucket: ${{ github.inputs.s3_bucket }}
|
s3_bucket: ${{ github.event.inputs.s3_bucket }}
|
||||||
s3_region: ${{ github.inputs.s3_region }}
|
s3_region: ${{ github.event.inputs.s3_region }}
|
||||||
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
|
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
Loading…
Reference in New Issue
Block a user