Skip to content

Commit

Permalink
multiplatform build
Browse files Browse the repository at this point in the history
  • Loading branch information
fqjony committed Oct 2, 2024
1 parent 2b81aab commit ced50bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Release UDX Worker

on:
push:
branches:
- latest
# branches:
# - latest

jobs:
test-pipeline:
Expand Down Expand Up @@ -106,6 +106,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: |
usabilitydynamics/udx-worker:${{ needs.test-pipeline.outputs.semVer }}
Expand Down
2 changes: 2 additions & 0 deletions ci/git-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ mode: ContinuousDeployment
branches:
release:
regex: ^latest$
tag: ''
develop:
regex: ^((?!latest).)*$
tag: 'beta'

0 comments on commit ced50bf

Please sign in to comment.