Skip to content

Commit

Permalink
change arch from amd64 to arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
hp77-creator committed Aug 24, 2024
1 parent 59d3c4b commit 0d6e768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# relative path to the place where source code with Dockerfile is located
context: ./
file: Dockerfile
platforms: linux/amd64
platforms: linux/arm64
# Note: tags has to be all lower-case
tags: |
ghcr.io/${{ github.repository_owner }}/bpftime:latest
Expand Down

0 comments on commit 0d6e768

Please sign in to comment.