Skip to content

Commit 14469e8

Browse files
committed
test arm64 with edge image
1 parent 710bd78 commit 14469e8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/docker-edge.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,32 @@
11
name: Docker build (edge)
2+
23
on:
34
push: { branches: master }
45

56
jobs:
67
docker:
78
runs-on: ubuntu-latest
9+
810
steps:
911
- name: Checkout
1012
uses: actions/checkout@v4
13+
1114
- name: Set up QEMU
1215
uses: docker/setup-qemu-action@v3
16+
1317
- name: Set up Docker Buildx
1418
uses: docker/setup-buildx-action@v3
19+
1520
- name: Login to Docker Hub
1621
uses: docker/login-action@v3
1722
with:
1823
username: ${{ secrets.DOCKERHUB_USERNAME }}
1924
password: ${{ secrets.DOCKERHUB_TOKEN }}
25+
2026
- name: Build and push
2127
uses: docker/build-push-action@v6
2228
with:
2329
context: edge
24-
# platforms: linux/amd64,linux/arm64
25-
platforms: linux/amd64
30+
platforms: linux/amd64,linux/arm64
2631
push: true
2732
tags: dannyben/bashly:edge

0 commit comments

Comments
 (0)