1 parent f41766c commit 66fb4dbCopy full SHA for 66fb4db
1 file changed
.github/workflows/build-and-push.yml
@@ -14,7 +14,6 @@ jobs:
14
strategy:
15
matrix:
16
folder: [proton]
17
- arch: [amd64, arm64]
18
steps:
19
- name: Checkout code
20
uses: actions/checkout@v4
@@ -32,7 +31,7 @@ jobs:
32
31
run: |
33
IMAGE=ghcr.io/${{ github.repository_owner }}/base-${{ matrix.folder }}
34
docker buildx build \
35
- --platform linux/${{ matrix.arch }} \
+ --platform linux/amd64,linux/arm64 \
36
-f ${{ matrix.folder }}/Containerfile \
37
-t $IMAGE:latest \
38
--push ${{ matrix.folder }}
0 commit comments