Skip to content

updated GH actions to use latest versions, added native and arm64 act… #1

updated GH actions to use latest versions, added native and arm64 act…

updated GH actions to use latest versions, added native and arm64 act… #1

# This workflow will build a package using Maven and then publish it to GitHub packages when a release is created
# For more information see: https://github.com/actions/setup-java#apache-maven-with-a-settings-path
name: Build
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
- name: Build Automatiko Approval Tasks
run: mvn -B package -Pcontainer-native --file pom.xml