mirror of
https://github.com/kerberos-io/agent.git
synced 2025-09-26 20:21:22 +08:00
Update ARM64 build step to specify Dockerfile for architecture
This commit is contained in:
2
.github/workflows/pr-build.yml
vendored
2
.github/workflows/pr-build.yml
vendored
@@ -48,4 +48,4 @@ jobs:
|
||||
with:
|
||||
length: 7
|
||||
- name: Run Build
|
||||
run: docker build -t ${{matrix.architecture}} .
|
||||
run: docker build -t ${{matrix.architecture}} -f Dockerfile.arm64 .
|
Reference in New Issue
Block a user