Skip to content

Commit

Permalink
Changed arm64 platform to newer version
Browse files Browse the repository at this point in the history
  • Loading branch information
ernstdevreedeKNMI committed Jan 31, 2025
1 parent 81d4ed9 commit 1b202ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ 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
runs-on: ubuntu-latest, ubuntu-24.04-arm
steps:
- name: Check out the repo
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: 'arm64'
# - name: Set up QEMU
#uses: docker/setup-qemu-action@v3
#with:
#platforms: 'arm64'

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 1b202ce

Please sign in to comment.