Skip to content

Commit

Permalink
ci: last try
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDark committed Oct 10, 2024
1 parent f9e915c commit c44b325
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,17 @@ permissions:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build:
runs-on: macos-13
runs-on: ubuntu-latest
steps:
# Get the repositery's code
- name: Checkout
uses: actions/checkout@v4

- name: Setup Docker on macOS
uses: douglascamata/setup-docker-macos-action@v1-alpha

# https://github.com/docker/setup-qemu-action
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:qemu-v8.1.5 # master works
image: commontorizon/binfmt:9.0.2 # master works
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
id: buildx
Expand Down

0 comments on commit c44b325

Please sign in to comment.