Skip to content

Commit

Permalink
docker fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SetoKaiba committed Oct 18, 2024
1 parent 9e9e0f7 commit d29a33f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
os: ubuntu-latest
- platform: linux/386
os: ubuntu-latest
- platform: linux/arm/v7
os: [self-hosted, linux, ARM]
- platform: linux/arm64
os: [self-hosted, linux, ARM64]
# - platform: linux/arm/v7
# os: [self-hosted, linux, ARM]
# - platform: linux/arm64
# os: [self-hosted, linux, ARM64]
runs-on: ${{ matrix.os }}
name: Build ${{ matrix.platform }} Image
steps:
Expand Down

0 comments on commit d29a33f

Please sign in to comment.