Skip to content

Commit

Permalink
try back with multiarch build
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro M. Ramallo <[email protected]>
  • Loading branch information
aramallo committed Jan 29, 2025
1 parent f5e3b45 commit e35c7da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bondy Debian OTP 26
on:
workflow_dispatch:
push:
branches : [develop, master]
branches : [feature/aramallo.ci]
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+-[a-zA-Z0-9]+'
Expand All @@ -11,7 +11,7 @@ on:

jobs:
docker:
runs-on: ubuntu-latest-m
runs-on: ubuntu-24-arm64-4x
name: Build an publish docker images to multiple registries
steps:
-
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
with:
context: .
file: ./deployment/Dockerfile
platforms: linux/amd64
platforms: linux/arm64,linux/amd64
push: true
tags: leapsight/${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit e35c7da

Please sign in to comment.