Skip to content

Commit 40904ec

Browse files
use docker image manifest for multi-arch builds
1 parent da15215 commit 40904ec

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build-and-test.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ jobs:
3030

3131
docker:
3232
runs-on: ubuntu-latest
33-
strategy:
34-
matrix:
35-
architecture: [ amd64, arm64 ]
3633
needs: build
3734
steps:
3835
- name: Checkout
@@ -61,5 +58,5 @@ jobs:
6158
with:
6259
context: .
6360
push: true
64-
platforms: linux/${{ matrix.architecture }}
65-
tags: xcodeassociated/react-typescript-vite-template:latest-${{ matrix.architecture }}
61+
platforms: linux/amd64, linux/arm64
62+
tags: xcodeassociated/react-typescript-vite-template:latest

0 commit comments

Comments
 (0)