Skip to content

Commit

Permalink
ci: play
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDark committed Oct 10, 2024
1 parent 8993359 commit f9e915c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- "main"
- "feat/migrate-ky-alpine"
tags:
- "v*.*.*"

Expand All @@ -15,12 +15,15 @@ permissions:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build:
runs-on: macos-latest
runs-on: macos-13
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
Expand Down

0 comments on commit f9e915c

Please sign in to comment.