mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00
Merge pull request #80 from mitchellh/dependabot/github_actions/docker/setup-qemu-action-2
build(deps): bump docker/setup-qemu-action from 1 to 2
This commit is contained in:
2
.github/workflows/release-tip.yml
vendored
2
.github/workflows/release-tip.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
dnf -y install docker
|
dnf -y install docker
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
id: qemu
|
id: qemu
|
||||||
uses: docker/setup-qemu-action@v1
|
uses: docker/setup-qemu-action@v2
|
||||||
with:
|
with:
|
||||||
platforms: arm64
|
platforms: arm64
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user