Skip to content

Commit

Permalink
Merge branch 'main' into fix/hero-images
Browse files Browse the repository at this point in the history
  • Loading branch information
luukleenders authored Dec 23, 2024
2 parents b566ebf + 9d03698 commit ce09ab3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
name: Docker build and push

on:
workflow_dispatch:
inputs:
platform:
description: Platforms to build for
required: true
type: choice
options:
- "linux/amd64, linux/arm64"
workflow_call:
inputs:
platform:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
inputs:
platform:
description: Platform to build for
options: ['linux/amd64', 'linux/arm64', 'darwin/amd64', 'darwin/arm64', 'windows/amd64']
options: ['linux/amd64, linux/arm64', 'darwin/amd64, darwin/arm64', 'windows/amd64']
required: true
type: choice

Expand Down

0 comments on commit ce09ab3

Please sign in to comment.