Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Commit f271389

Browse files
authored
Merge pull request #141 from planetf1/release-3.4
Release 3.4 docker corrections
2 parents e789bd1 + a4a8362 commit f271389

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/merge.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
name: "Merge"
1616
env:
17-
RELEASE_VERSION: 2.11-SNAPSHOT
17+
RELEASE_VERSION: 3.4
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Set up JDK
@@ -76,6 +76,7 @@ jobs:
7676
build-args: version=${{ env.RELEASE_VERSION }}
7777
context: .
7878
file: ./Dockerfile
79+
platforms: linux/amd64,linux/arm64
7980
# For main code stream
8081
- name: Build and push (main merge)
8182
if: github.ref == 'refs/heads/main'
@@ -87,6 +88,7 @@ jobs:
8788
build-args: version=${{ env.RELEASE_VERSION }}
8889
context: .
8990
file: ./Dockerfile
91+
platforms: linux/amd64,linux/arm64
9092
- name: Image digest (release)
9193
if: github.ref != 'refs/heads/main'
9294
run: echo ${{ steps.docker_build_release.outputs.digest }}

0 commit comments

Comments
 (0)