Skip to content

Commit

Permalink
Make multi-arch builds the default now.
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-maisy committed Jan 26, 2024
1 parent 78a48a9 commit aa202bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-multiarch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ on:
default: true
push:
branches:
- GIFT-multiarch
- main
schedule:
- cron: '0 3 * * *'

jobs:
build_and_push_amd64:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ on:
required: true
type: boolean
default: false
push:
branches:
- main
schedule:
- cron: '0 3 * * *'

jobs:
build_and_push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sign.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Sign container images

on:
workflow_run:
workflows: ["Build and push images"]
workflows: ["Build and push multi-arch images"]
types:
- completed
workflow_dispatch:
Expand Down

0 comments on commit aa202bc

Please sign in to comment.