We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da15215 commit 40904ecCopy full SHA for 40904ec
.github/workflows/build-and-test.yml
@@ -30,9 +30,6 @@ jobs:
30
31
docker:
32
runs-on: ubuntu-latest
33
- strategy:
34
- matrix:
35
- architecture: [ amd64, arm64 ]
36
needs: build
37
steps:
38
- name: Checkout
@@ -61,5 +58,5 @@ jobs:
61
58
with:
62
59
context: .
63
60
push: true
64
- platforms: linux/${{ matrix.architecture }}
65
- tags: xcodeassociated/react-typescript-vite-template:latest-${{ matrix.architecture }}
+ platforms: linux/amd64, linux/arm64
+ tags: xcodeassociated/react-typescript-vite-template:latest
0 commit comments