Skip to content

Commit

Permalink
fix: try out self-hosted arm-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ authored Jan 10, 2025
1 parent 2b8007e commit 64cc1c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- arch: amd64
runner: ubuntu-latest
- arch: arm64
runner: arm64-latest
runner: arm-utils
runs-on: ${{ matrix.runner }}

steps:
Expand Down Expand Up @@ -80,4 +80,4 @@ jobs:
docker manifest create ghcr.io/shardeum/shardeum-validator:${{ inputs.tag }} \
ghcr.io/shardeum/shardeum-validator-amd64:${{ inputs.tag }} \
ghcr.io/shardeum/shardeum-validator-arm64:${{ inputs.tag }}
docker manifest push ghcr.io/shardeum/shardeum-validator:${{ inputs.tag }}
docker manifest push ghcr.io/shardeum/shardeum-validator:${{ inputs.tag }}

0 comments on commit 64cc1c4

Please sign in to comment.