Skip to content

Commit 8f2b700

Browse files
committed
Add pwsh
1 parent 15ad61c commit 8f2b700

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/release-rust.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,17 @@ jobs:
5959

6060
make_deb:
6161
name: Make Debian Package
62-
runs-on: ubuntu-latest
63-
container: rust:latest@sha256:535db995030f0a86de247a737422a22a4d11b6035604ca95eda4d454254bd9d6
62+
runs-on: ${{ matrix.image }}
6463
strategy:
6564
matrix:
66-
arch: [x86_64]
65+
arch: [amd64]
6766
include:
6867
- arch: x86_64
6968
target: x86_64-unknown-linux-gnu
70-
# - arch: amd64
71-
# target: aarch64-unknown-linux-gnu
69+
image: macos-latest
70+
- arch: amd64
71+
target: aarch64-unknown-linux-gnu
72+
image: ubuntu-latest
7273

7374
steps:
7475
- name: Checkout

0 commit comments

Comments
 (0)