Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gmicroul authored Oct 19, 2024
1 parent 8c8f2d1 commit cc80524
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,8 @@ jobs:

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pguyot/arm-runner-action@v2
# runs-on: ubuntu-latest
# runs-on: Ubuntu 24.04 by Arm Limited

steps:
- uses: actions/checkout@v4
- uses: pguyot/arm-runner-action@v2
- name: Build the Docker image
run: docker build . --file Dockerfile-arm64 --tag my-image-name:$(date +%s)

0 comments on commit cc80524

Please sign in to comment.