Skip to content

Commit

Permalink
need to test arm build
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed May 18, 2024
1 parent 95c06e8 commit 20b79e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
# Only build arm image on merge, takes too long otherwise
build-arm:
if: (github.event_name != 'pull_request')
#if: (github.event_name != 'pull_request')
permissions:
packages: write
env:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Deploy Container
if: (github.event_name != 'pull_request')
run: docker push ${{ env.container }} --all-tags

build-rainbow:
permissions:
packages: write
Expand Down

0 comments on commit 20b79e3

Please sign in to comment.