We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ad61c commit 8f2b700Copy full SHA for 8f2b700
.github/workflows/release-rust.yml
@@ -59,16 +59,17 @@ jobs:
59
60
make_deb:
61
name: Make Debian Package
62
- runs-on: ubuntu-latest
63
- container: rust:latest@sha256:535db995030f0a86de247a737422a22a4d11b6035604ca95eda4d454254bd9d6
+ runs-on: ${{ matrix.image }}
64
strategy:
65
matrix:
66
- arch: [x86_64]
+ arch: [amd64]
67
include:
68
- arch: x86_64
69
target: x86_64-unknown-linux-gnu
70
- # - arch: amd64
71
- # target: aarch64-unknown-linux-gnu
+ image: macos-latest
+ - arch: amd64
+ target: aarch64-unknown-linux-gnu
72
+ image: ubuntu-latest
73
74
steps:
75
- name: Checkout
0 commit comments