Skip to content

Commit

Permalink
Merge pull request #61 from ryo-arima/develop
Browse files Browse the repository at this point in the history
🍢
  • Loading branch information
ryo-arima authored Sep 7, 2024
2 parents 2a2ff6c + 9391cde commit b2765a8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,14 @@ jobs:
arm-deb-build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
platform:
- linux/arm64
container: ryoarima/ubuntu-arm:latest
container:
image: ryoarima/ubuntu-arm:latest
options: --platform linux/arm64
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: arm64
- uses: actions/checkout@v4
- name: Set up a Git safe directory
run: git config --global --add safe.directory "${GITHUB_WORKSPACE}"
Expand Down

0 comments on commit b2765a8

Please sign in to comment.