|
7 | 7 | strategy: |
8 | 8 | fail-fast: false |
9 | 9 | matrix: |
10 | | - # target: [x86_64-unknown-linux-musl, aarch64-unknown-linux-musl] |
11 | | - target: [x86_64-unknown-linux-musl] |
| 10 | + target: [x86_64-unknown-linux-musl, aarch64-unknown-linux-musl] |
12 | 11 | include: |
13 | 12 | - target: x86_64-unknown-linux-musl |
14 | 13 | platform: linux/amd64 |
| 14 | + simple_target: Linux-x86_64 |
15 | 15 | runner: ubuntu-latest |
16 | | - # - target: aarch64-unknown-linux-musl |
17 | | - # platform: linux/arm64 |
18 | | - # runner: ubuntu-latest |
| 16 | + - target: aarch64-unknown-linux-musl |
| 17 | + platform: linux/arm64 |
| 18 | + simple_target: Linux-arm64 |
| 19 | + runner: ubuntu-24.04-arm |
19 | 20 | runs-on: ${{ matrix.runner }} |
20 | 21 | steps: |
21 | 22 | - uses: actions/checkout@v4 |
@@ -43,10 +44,10 @@ jobs: |
43 | 44 | cp README.md fcd/share/doc/fcd/ |
44 | 45 | cp CHANGELOG.md fcd/share/doc/fcd/ |
45 | 46 | cp LICENSE fcd/share/licenses/fcd/ |
46 | | - tar cvzf fcd-${{ matrix.target }}.tar.gz fcd/ |
| 47 | + tar cvzf fcd-${{ matrix.simple_target }}.tar.gz fcd/ |
47 | 48 | - name: Upload |
48 | 49 | uses: actions/upload-artifact@v4 |
49 | 50 | with: |
50 | | - name: fcd-${{ matrix.target }} |
51 | | - path: fcd-${{ matrix.target }}.tar.gz |
| 51 | + name: fcd-${{ matrix.simple_target }} |
| 52 | + path: fcd-${{ matrix.simple_target }}.tar.gz |
52 | 53 | if-no-files-found: error |
0 commit comments