Skip to content

Commit 8f06a7a

Browse files
authored
Merge pull request #51 from hathitrust/ETT-696
Update default platforms in build workflow
2 parents 15654f8 + aa9e784 commit 8f06a7a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
platforms:
1717
description: Platforms to build for
1818
type: choice
19-
default: linux/amd64,linux/arm64
19+
default: linux/amd64
2020
options:
2121
- linux/amd64,linux/arm64
2222
- linux/amd64
@@ -44,3 +44,4 @@ jobs:
4444
push_latest: ${{ inputs.push_latest}}
4545
registry_token: ${{ github.token }}
4646
rebuild: ${{ inputs.rebuild }}
47+
platforms: ${{ inputs.platforms }}

0 commit comments

Comments
 (0)