Skip to content

Commit c66636a

Browse files
committed
resttore debug changes
1 parent 7180f82 commit c66636a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
java: [ '8' ]
14-
os: [ 'ubuntu-latest' ]
13+
java: [ '8', '11', '17', '21', '23' ]
14+
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
1515
fail-fast: false
1616
steps:
1717
- uses: actions/checkout@v4
@@ -31,8 +31,8 @@ jobs:
3131
restore-keys: ${{ runner.os }}-m2-repository
3232
- name: Set Integration Test Environment
3333
if: matrix.os == 'ubuntu-latest'
34-
run: |
35-
echo "MAVEN_PROFILE_FLAG=-P \!man-pages -DskipTests=true -Dcargo.maven.skip=true" >> $GITHUB_OUTPUT
34+
run: |
35+
echo "MAVEN_PROFILE_FLAG=-P integration-test" >> $GITHUB_OUTPUT
3636
echo "MAVEN_VERIFY_STAGE=verify" >> $GITHUB_OUTPUT
3737
echo "127.0.0.1 openam.local" | sudo tee -a /etc/hosts
3838
id: maven-profile-flag
@@ -94,7 +94,7 @@ jobs:
9494
file: ./openam-distribution/openam-distribution-docker/Dockerfile
9595
build-args: |
9696
VERSION=${{ env.release_version }}
97-
platforms: linux/amd64, linux/arm64
97+
platforms: linux/amd64, linux/arm64, linux/ppc64le, linux/s390x
9898
push: true
9999
tags: ${{ steps.meta.outputs.tags }}
100100
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)