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

Add build amazonlinux2_lambda_aarch64 #108

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
target: centos7-x86_64
amazonlinux2_x86_64:
target: amazonlinux2-x86_64
amazonlinux2_lambda:
target: amazonlinux2_lambda
amazonlinux2_lambda_x86_64:
target: amazonlinux2_lambda-x86_64
opensuse_leap15_x86_64:
target: opensuse.leap15-x86_64
archlinux_amd64:
Expand All @@ -48,6 +48,8 @@ jobs:
# 64-bit ARM
amazonlinux2_aarch64:
target: amazonlinux2-aarch64
amazonlinux2_lambda_aarch64:
target: amazonlinux2_lambda-aarch64
bionic_arm64:
target: bionic-arm64
buster_arm64:
Expand Down
2 changes: 1 addition & 1 deletion build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ docker-targets:
from: amazonlinux:2
output: lambda_zip
after_compile: amazonlinux2_lambda
arch: x86_64
matrix: ['x86_64', 'aarch64']

opensuse.leap15:
source: docker/Dockerfile.opensuse
Expand Down