diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 22d9ac3..5b71467 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ on: platforms: description: Platforms to build for type: choice - default: linux/amd64,linux/arm64 + default: linux/amd64 options: - linux/amd64,linux/arm64 - linux/amd64 @@ -48,4 +48,5 @@ jobs: tag: ${{ inputs.ref }} push_latest: ${{ inputs.push_latest}} registry_token: ${{ github.token }} - rebuild: ${{ inputs.rebuild }} \ No newline at end of file + rebuild: ${{ inputs.rebuild }} + platforms: ${{ inputs.platforms }}