Skip to content

Commit

Permalink
only build amd images
Browse files Browse the repository at this point in the history
  • Loading branch information
AshtonStephens committed Oct 24, 2024
1 parent d2cb891 commit 0abb565
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/image-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
## Define which docker arch to build for
env:
# docker_platforms: "linux/arm64, linux/amd64, linux/arm/v7, linux/amd64/v3, linux/arm64/v8"
docker_platforms: "linux/arm64, linux/amd64"
docker_platforms: "linux/amd64/v3, linux/amd64"
docker-org: blockstack

concurrency:
Expand All @@ -33,7 +33,6 @@ jobs:
## - workflow is building default branch (master)
image:
name: Build Image
runs-on: ubuntu-latest
strategy:
fail-fast: false
## Build a maximum of 2 images concurrently based on matrix.dist
Expand All @@ -45,6 +44,8 @@ jobs:
- signer
- emily-server
- blocklist-client

runs-on: ubuntu-latest
steps:
## Setup Docker for the builds
- name: Docker setup
Expand Down

0 comments on commit 0abb565

Please sign in to comment.