Skip to content

Commit 48a7168

Browse files
committed
only amd
1 parent 0f29e8a commit 48a7168

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/notify.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- name: Check out the repository
15-
uses: actions/checkout@v4
16-
17-
- name: Set up QEMU
18-
uses: docker/setup-qemu-action@v2
19-
20-
- name: Set up Docker Buildx
21-
uses: docker/setup-buildx-action@v2
22-
2314
- name: Log in to Docker Hub
2415
run: |
2516
echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u "${{ secrets.DOCKERHUB_USERNAME }}" --password-stdin
2617
2718
- name: Build and push Docker image
2819
run: |
29-
docker buildx build \
30-
--platform linux/amd64,linux/arm64 \
20+
docker build \
3121
--push \
3222
-t ${{ secrets.DOCKERHUB_USERNAME }}/notify:latest \
3323
-t ${{ secrets.DOCKERHUB_USERNAME }}/notify:$(date +%s) \

0 commit comments

Comments
 (0)