mirror of
https://github.com/kerberos-io/agent.git
synced 2025-10-01 06:22:09 +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:
|
with:
|
||||||
length: 7
|
length: 7
|
||||||
- name: Run Build
|
- 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