Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Dec 8, 2023
1 parent 016124d commit 360b6f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@ jobs:
matrix:
platform:
- os: [self-hosted, macOS, X64]
test-os: '["macos-11", "macos-12"]'
test-os: [macos-11, macos-12]
name: darwin+x86-64
- os: [self-hosted, macOS, ARM64]
name: darwin+aarch64
- os: [self-hosted, linux, ARM64]
name: linux+aarch64
- os: '{"group": "linux-x86-64"}'
- os: {group: "linux-x86-64"}
container: debian:buster-slim
test-container: '["debian:buster-slim", "ubuntu", "archlinux"]'
test-container: ["debian:buster-slim", ubuntu, archlinux]
name: linux+x86-64
uses: ./.github/workflows/pkger.yml
with:
pkg: ${{ inputs.pkg }}
name: ${{ matrix.platform.name }}
os: ${{ toJSON(matrix.platform.os) }}
container: ${{ matrix.container }}
test-os: ${{ matrix.platform.test-os }}
test-container: ${{ matrix.platform.test-container }}
test-os: ${{ toJSON(matrix.platform.test-os) }}
test-container: ${{ toJSON(matrix.platform.test-container) }}
secrets: inherit

0 comments on commit 360b6f6

Please sign in to comment.