Skip to content

Commit

Permalink
test arm64 with edge image
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Aug 21, 2024
1 parent 710bd78 commit 14469e8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/docker-edge.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,32 @@
name: Docker build (edge)

on:
push: { branches: master }

jobs:
docker:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v6
with:
context: edge
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
tags: dannyben/bashly:edge

0 comments on commit 14469e8

Please sign in to comment.