Skip to content

Commit

Permalink
Update publish.yaml to support arm os.
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Dec 18, 2023
1 parent a8c8512 commit 47dd98c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@ on:
permissions: write-all

jobs:
qemu:
runs-on: ubuntu-latest
steps:
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-latest,linux/amd64,windows/amd64,macos/amd64]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
Expand Down

0 comments on commit 47dd98c

Please sign in to comment.