Skip to content

Commit

Permalink
Slight tweak of arm64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ernstdevreedeKNMI committed Jan 31, 2025
1 parent 1b202ce commit 065f339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db:1
docker-build-and-publish:
name: Build Docker image and potentially push to Docker Hub
runs-on: ubuntu-latest, ubuntu-24.04-arm
runs-on: [ubuntu-24.04-arm, ubuntu_latest]
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 065f339

Please sign in to comment.