Skip to content

Commit

Permalink
CI: Drop support for unsupported architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
tkw1536 committed Apr 21, 2024
1 parent d3c4acc commit 77197d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: tkw1536/akhttpd
PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Lint & Test
on: [push, pull_request]

env:
GO_VERSION: '^1.16'
GO_VERSION: '^1.22'

jobs:
check:
Expand Down

0 comments on commit 77197d2

Please sign in to comment.