|
@@ -22,13 +22,20 @@ jobs:
|
|
|
strategy:
|
|
|
fail-fast: false
|
|
|
matrix:
|
|
|
- build: [linux-amd64, ]
|
|
|
+ build: [linux-amd64, linux-arm64]
|
|
|
include:
|
|
|
- build: linux-amd64
|
|
|
+ arch: amd64
|
|
|
os: ubuntu-latest
|
|
|
rust: stable
|
|
|
artifact_name: 'meli-linux-amd64'
|
|
|
target: x86_64-unknown-linux-gnu
|
|
|
+ - build: linux-arm64
|
|
|
+ arch: arm64
|
|
|
+ os: ubuntu-latest-arm64
|
|
|
+ rust: stable
|
|
|
+ artifact_name: 'meli-linux-arm64'
|
|
|
+ target: aarch64-unknown-linux-gnu
|
|
|
steps:
|
|
|
- uses: actions/checkout@v3
|
|
|
- id: os-deps
|