Skip to content

Remove armhf/armv7 support from faasd #401

Remove armhf/armv7 support from faasd

Remove armhf/armv7 support from faasd #401

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
env:
GO111MODULE: off
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Install Go
uses: actions/[email protected]
with:
go-version: 1.22.x
- name: test
run: make test
- name: dist
run: make dist
- name: prepare-test
run: make prepare-test
- name: test e2e
run: make test-e2e