Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed Sep 6, 2024
1 parent 9a3b3f6 commit 60386d4
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,20 @@ jobs:
strategy:
fail-fast: false
matrix:
profile: ["dev", "release"]
os: ["ubuntu-latest"]
use-cross: [false]
profile: ["release"]
include:
- target: aarch64-unknown-linux-gnu
- os: ubuntu-latest
target: aarch64-unknown-linux-gnu
use-cross: true
- target: aarch64-unknown-linux-musl
- os: ubuntu-latest
target: aarch64-unknown-linux-musl
use-cross: true
- target: x86_64-unknown-linux-gnu
- target: x86_64-unknown-linux-musl
- os: ubuntu-latests
target: x86_64-unknown-linux-gnu
use-cross: false
- os: ubuntu-latest
target: x86_64-unknown-linux-musl
use-cross: false
# - os: macos-latest
# target: aarch64-apple-darwin
# - os: macos-latest
Expand Down

0 comments on commit 60386d4

Please sign in to comment.