Skip to content

Commit

Permalink
Updating default build targets to amd64 & arm64.
Browse files Browse the repository at this point in the history
  • Loading branch information
JS Fillman committed Aug 29, 2024
1 parent 404b40e commit 2f9bede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
platforms:
description: 'Array of platforms for which the Docker image should be built.'
required: false
default: '[ "linux/amd64", "linux/arm64/v8" ]' # Default as JSON array
default: '[ "linux/amd64", "linux/arm64" ]' # Default as JSON array

env:
REGISTRY_IMAGE: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}-develop
Expand Down

0 comments on commit 2f9bede

Please sign in to comment.